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?

Était-ce utile?

La solution

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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top