googleapis / googleapis/google-api-ruby-client
Google calendar recurring event deletion with single events doesn't return all events
- Dominant language
- Ruby
- Stars
- 2.9k
- Forks
- 888
- Avg merge
- 6m
- Merged PRs (30d)
- 218
Description
When the list_events method is invoked with the single_events parameter set to true and a recurring event in Google calendar is deleted, only six months worth of events with the status 'cancelled' is returned leaving additional events that should be deleted in my database.
When adding the option show_deleted combined with single_events set to true and with a sync token set, all events ever deleted are returned which is a huge list if anyone has gone through the process of creating and deleting a few recurring events. Shouldn't only the events deleted since the last sync token be returned?
Is this the intended behavior?
Contributor guide
Assessment
This issue has not been assessed yet.