Get a list of calendar events from connected calendars. Returns paginated calendar events with details about meeting URLs, platforms, and associated bots. Use filters like start_time__gte and start_time__lte to retrieve events within specific time ranges.
cursorstringThe pagination cursor value for retrieving the next page.
ical_uidstringFilter results by iCal UID. Case-sensitive prefix match will be performed.
is_deletedbooleanFilter results by deletion status.
start_timestringFilter results by exact start time in ISO 8601 format (e.g., '2024-01-15T10:00:00Z').
calendar_idstringFilter results by calendar ID.
start_time__gtestringFilter results where start time is greater than or equal to the specified timestamp in ISO 8601 format.
start_time__ltestringFilter results where start time is less than or equal to the specified timestamp in ISO 8601 format.
updated_at__gtestringFilter results where updated_at is greater than or equal to the specified timestamp in ISO 8601 format.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.