Commit graph

23 commits

Author SHA1 Message Date
Marc Durepos
4e4068446c caldav_sync: fix a bug where deleting an event fails to remove it from iCloud calendars. 2024-07-05 09:04:51 -04:00
Marc Durepos
838a4e12ef caldav_sync: fix a dictionary update error during sync.
Exception handling was also changed to only log the errors rather
than to raise them to the user, since the sync is run as a cron
and that we want other calendars to be polled if one fails.
2024-06-23 07:16:21 -04:00
Marc Durepos
cd03903ea4 caldav_sync: Added some error handling for almost-correct calendar URLs. 2024-06-22 09:43:47 -04:00
Marc Durepos
9733d63bb7 attempt fix for recurring email blasts to attendees on the hour 2024-05-29 10:02:41 -04:00
Marc Durepos
f4a44c24ec finally got attendees and timezones working well 2024-05-28 11:34:53 -04:00
Marc Durepos
308e2ea9a9 attempt to fix tz issue 2024-05-28 11:15:49 -04:00
Marc Durepos
b0be821fa3 attempt to fix tz issue 2024-05-28 11:05:16 -04:00
Marc Durepos
599a3975e8 fix html_to_text typo 2024-05-28 11:00:25 -04:00
Marc Durepos
f6d6e37c27 caldav_sync: try to fix tz problems 2024-05-28 10:58:03 -04:00
Marc Durepos
babd69fad9 get description text as text again 2024-05-28 10:30:56 -04:00
Marc Durepos
f61d759737 remove alarm sync (it doesn't work) 2024-05-28 10:20:11 -04:00
Marc Durepos
10eb3ae569 caldav_sync: add video conference and alarms sync 2024-05-28 10:13:43 -04:00
Marc Durepos
e98e504789 further work on recurrences 2024-05-24 20:59:50 -04:00
Marc Durepos
b3367a2704 further work on recurring events. cleaned up the code for them quite a bit. 2024-05-24 19:59:25 -04:00
Marc Durepos
0c93437e2c Add support for recurring events. 2024-05-24 12:00:13 -04:00
Marc Durepos
d229f0c25e updates to synchronize attendees and conference URL 2024-05-23 19:50:22 -04:00
Marc Durepos
0c78f7314f fixed a null create bug due to write not checking if id is set 2024-05-23 17:03:09 -04:00
Marc Durepos
d6c946dcd0 caldav_sync module now seems functional and passing all tests. More testing to be done manually. 2024-05-23 16:58:26 -04:00
Marc Durepos
957de3221c testing via the interface seems to be working, though some parameters are not set to sync yet. 2024-05-23 16:03:55 -04:00
Marc Durepos
9d2ea9a8fa caldav_sync: removed the ability to choose a calendar, use calendar url instead 2024-05-23 13:11:00 -04:00
Marc Durepos
e3822618c7 update to allow selecting calendar 2024-05-23 12:49:51 -04:00
Marc Durepos
b96a1efca9 first version of module passing its own tests 2024-05-23 11:02:44 -04:00
Marc Durepos
a610f1ba69 First commit for caldav_sync 2024-05-23 09:08:07 -04:00