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?

有帮助吗?

解决方案

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top