danvratil / FBEventSync

Sync Facebook Events into your Android calendar
GNU General Public License v3.0
35 stars 7 forks source link

Option to have a reminder on the day of an all-day event #48

Open danvratil opened 5 years ago

danvratil commented 5 years ago

Say, setting a reminder for 9 AM on the day of the event.

Phidica commented 5 years ago

+1 for this, I literally was just trying to do it in the app and it didn't work, so I came here to file a feature request

danvratil commented 5 years ago

Brief investigation shows that this may not be as simple as I thought. Due to Android limitations we can only specify how many minutes before the event the reminder should occur.

Options:

https://issuetracker.google.com/issues/36761408 https://productforums.google.com/forum/#!topic/calendar/tPeNA-NEqPI

Phidica commented 5 years ago

Is there any chance it could be faked? Say, by somehow setting the start time of the all-day event to later in the day so the notification can happen later but still "before" it? Or at worst, just converting it into a non-all-day event entirely? I'm not sure if these are truly great solutions but perhaps they could be workarounds in the meantime?