I've recently done a full sync to try to get this event to sync but no luck. The only difference between this multi-day appointment and another one that's being synced without issue is that the one that works correctly only has thein default 45 min before appointment reminder while the problematic one has a very long list of reminders (10w, 8w, 6w, 4w, 2w, 1w, 5d, 3d, 2d, 1d). Could this be preventing the event from being synced?
Thanks!!
Bug reports
Comments
Went and removed all…
Went and removed all reminders from the item and on syncing changes, the item immediately appeared on the Google side...
Hi Left, Indeed, from the…
Hi Left,
Indeed, from the Calendar API, the maximum number of reminders is 5 and up to 4 weeks in advance. I'll add code to handle this so not to break the sync process
In your case, the issue is…
In your case, the issue is the number of reminders up to the 4w mark (others are ignored), the maximum is 5, you had 7. Limit it to 5 reminders and sync will work
Thanks a lot for looking…
Thanks a lot for looking into this. Will you fix it so events will sync in all cases? I only really care about reminders on the PC side.
yes, I'll make sure that…
yes, I'll make sure that events do sync at all times