chiark / gitweb /
dc2c5039a4748355ce46e534911a425ca583f56b
[gooswapper] / NOTES.org
1
2 ** TODO known issues
3
4 - [X] have option to re-make gcal event even if link exists when doing
5   matching (e.g. so if you've previously used a test gcal, it'll make
6   events in the new gcal)
7 - [ ] Have options for timezone handling (use exchange, use gcal, use
8   a third TZ, set explicitly...)
9 - [ ] work out what to do with invitations (nothing?). They don't
10   appear as exchangelib.items.MeetingRequest AFAICT; report upstream?
11 - [X] the is_recurring field is lies - use RecurringMaster type instead
12 - [X] command-line arguments for accounts
13 - [X] support multiple cache files (e.g. 1 per exchange calendar)
14 - [ ] note which linked account corresponds with which cache file
15 - [ ] configuration file?
16 - [ ] bi-directional syncing...
17 - [X] have a looping option where we sleep and then re-sync
18 - [ ] Make the looping interval configurable
19 - [ ] handle events with no gcal_id link (typically where we can't
20   write one) cf commit message on 64f11e9