Return a unified event list across all calendars in the user's calendar list for a given time range. Use when you need a single view of all events across multiple calendars. An inverted or incorrect time range silently returns empty results rather than an error. An empty `items`…
qstringFree text search terms to find events that match these terms in any field, except for extended properties. Optional.
time_maxRequiredstringUpper bound (exclusive) for an event's start time to filter by. Must be an RFC3339 timestamp with mandatory time zone offset (e.g., 2011-06-03T10:00:00-07:00 or 2011-06-03T10:00:00Z). If timezone offset is missing, UTC (Z) will be automatically appended. Required.
time_minRequiredstringLower bound (inclusive) for an event's end time to filter by. Must be an RFC3339 timestamp with mandatory time zone offset (e.g., 2011-06-03T10:00:00-07:00 or 2011-06-03T10:00:00Z). If timezone offset is missing, UTC (Z) will be automatically appended. Required.
event_typesarrayEvent types to return. Optional.
calendar_idsarrayOptional list of specific calendar IDs to query. If not provided, all calendars from the user's calendar list will be queried.
show_deletedbooleanWhether to include deleted events (with status equals 'cancelled') in the result. Optional. The default is False.
single_eventsbooleanWhether to expand recurring events into instances and only return single one-off events and instances of recurring events. Optional. The default is True.
response_detailstringLevel of detail in the response. 'minimal' (default) returns only the compact summary_view, omitting the large events array to reduce token usage. 'full' returns both summary_view and the full detailed events array.
max_results_per_calendarintegerMaximum number of events returned per calendar. Optional. If not provided, defaults to the API's default (250). Results may be paginated; follow `nextPageToken` in the response until absent to retrieve the complete event list.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.