Frage

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?

War es hilfreich?

Lösung

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

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top