You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OGCS Version: v2.9.2.0 Edition: Fails on both Sync Direction: O->G
Bug Description
Doing a sync O->G when your gmail calendar has only email events (not popup events) causing the sync to fail.
Steps to Reproduce the Issue
Change gmail calendar settings to have email only events like photo attached. Instructions on how to change reminder settings are described well at: https://webapps.stackexchange.com/a/112905
Any other information
I determined the issue by stepping through the code. This is caused by the issue that in:
OGCS Version: v2.9.2.0
Edition: Fails on both
Sync Direction: O->G
Bug Description
Doing a sync O->G when your gmail calendar has only email events (not popup events) causing the sync to fail.
Steps to Reproduce the Issue
Any other information
I determined the issue by stepping through the code. This is caused by the issue that in:
GoogleCalendar.cs::getCalendarSettings() -> cal.DefaultReminders.Where(x => x.Method.Equals("popup")).OrderBy(x => x.Minutes.Value).First().Minutes.Value_
The .Where does not return any items so the .First throws an exception.
Any additional information that may help troubleshoot the issue.
📎 Attach your
OGcalsync.log
file.OGcalsync.log
The text was updated successfully, but these errors were encountered: