All-day events that are created in Google calendar during sync are all assigned a notification ā1 day before on 23:45ā. One would expect this to be inherited from a particular calendarās settings.
Since calendar sync dumps all events from a list at once, itās not very easy then to go and change their notification settings one by one. Using calendar settings would be much more comfortable
I think I follow the steps, but thereās one thing I donāt understand: isnāt 23:45 pm the day before same as 15 minutes before, assuming the event starts at midnight?
Ah, you see, there is a separate setting for time-specific events and a separate setting for all-day events in google calendar. For this example it is set to ā9:00 on the day of the eventā and ā22:00 one day beforeā. Here is the screenshot again:
I see. Sorry about that, we were never Google Calendar power users ourselves.
From looking at the code, it doesnāt seem like weāve explicitly set the notification time, so it should by default inherit the calendarās setting. Might be Googleās problem, Iām not sure yet, needs confirmation from @Shida.
In current implementation, we didnāt specify anything about reminders at the moment when syncing to Google Calendar.
Looking at Google Calendarās API, I found an option that explicitly asks Google Calendar to use the default settings for reminders. I tried using it and it didnāt work
So at this point, I believe itās a bug in Google Calendarās API. Thatās not something we can change, especially knowing that Google has notoriously bad customer support (or rather, no support at all).
The only workaround I can think of is overriding the reminder directly, but that would involve having an interface in Dynalist to configure the reminder override, saving it to your account, and using that when syncing with Google Calendar. Itās a fair amount of work, so I donāt believe thatās something weāll be able to do right now given our priorities.