Skip to main content
googleCalendar.listEvents returns one Google page with page and sync tokens. Use it for explicit pagination or to maintain a sync cursor.

Example

Inputs

Output

Returns { events: CalendarEvent[]; nextPageToken?: string; nextSyncToken?: string; timeZone?: string; updatedAt?: string }. See Get event for each event. Follow nextPageToken until absent. Only then persist nextSyncToken. Automate.ax rejects filters that Google doesn’t allow with syncToken. An expired token causes the provider request to fail so you can perform a full resync.