Question

Event:list method from Google Calendar API v3 returns all events page by page. This method returns all events, even already canceled. How to omit canceled events in listing process?

Was it helpful?

Solution

Are they(deleted events) recurring events or single events. Be sure that they are not recurring events.

OTHER TIPS

The Event:list method only returns cancelled events if the showDeleted parameter is set to True. I just tried and confirmed this. Documentation here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top