calendar | string | No | Exact title or ID. Defaults to primary. |
maxResults | number | No | Page size from 1 to 2,500. |
pageToken | string | No | nextPageToken from the previous page. |
query | string | No | Google’s free-text event search. |
iCalUID | string | No | Match one cross-calendar iCalendar UID. |
timeMin, timeMax, updatedMin | string | No | Exclusive event-end lower bound, exclusive event-start upper bound, and minimum update time in RFC 3339 format. |
singleEvents | boolean | No | Expand recurring series into instances. |
orderBy | "startTime" | "updated" | No | Sort by start time or last update. "startTime" requires singleEvents: true; expanded events without syncToken default to start-time order. |
includeDeleted | boolean | No | Include cancelled/deleted representations. |
includeHiddenInvitations | boolean | No | Include invitations hidden from the connected user’s calendar. |
eventTypes | ("birthday" | "default" | "focusTime" | "fromGmail" | "outOfOffice" | "workingLocation")[] | No | Event types to include. |
maxAttendees | number | No | Maximum attendees returned per event. |
privateExtendedProperty, sharedExtendedProperty | string[] | No | name=value extended-property filters. |
syncToken | string | No | Token from a completed earlier listing. |
timeZone | string | No | IANA response timezone. |
Second argument: { account } | Google Account reference | No | Connected account. Defaults to the project binding. |