-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
several fixes for reported issues (#188)
* Ignore unsupported 'url' properties source.url has to be a http(s) link otherwise the event will be rejected by the API. * More robust targetCalendar selection Will take changed calendar names into account and only select calendars the user actually owns. * Ignore Parser error Change as in #162 and #171, seems to be Apple specific. * Handle RDates when onlyFutureEvents = true * Improved Recurrence-Exception Handling The script was unable to update recurrence-exceptions for infinite (or very long) recurrences * Add Backoff to cleanup procedure Should take care of the rate limit issue mentioned in #175 * Add support for Events without uid This will have drawbacks but should allow to sync successfully. * Improved Recurrence Exception Handling Added All Day Recurrence Exception Support Replaced Calendar.Events.patch with Calendar.Events.insert, patching does not make sense and will cause issues when patching an all day event to a normal event (or vv) * requested changes * removed debug log entry
- Loading branch information
1 parent
66a596c
commit 344eb96
Showing
2 changed files
with
80 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters