-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add option to not delete past events #317
Conversation
ok it all works now, but I'm not 100% sure it covers all edge cases. The documentation mentions
but doesn't mention whether a zone will always be returned in the https://developers.google.com/calendar/api/v3/reference/events#start.date |
start.date is used for all-day events and should be considered aswell. |
thanks, how's that? |
That will work! |
Also #292 |
* add option to not delete past events #117 * Remove unnessacary variable passed to processEventCleanup * Fix date comparison * add check of start.date * Make ln 644 easier to understand
addresses #117 by adding a toggle, to disable deleting past events