Submitted by LeftEccoForIQ on 2025/02/20 02:34

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!!

Comments

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 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

Bug reports