Google Calendar

Available Google Calendar triggers for automating workflows

Google Calendar provides 1 trigger for automating workflows based on events.

All triggers below are polling-based — they check for new data on a schedule rather than receiving push notifications.

Triggers

Google Calendar Event Trigger

Triggers when events are created, updated, or cancelled in Google Calendar

Configuration

ParameterTypeRequiredDescription
triggerCredentialsstringYesConnect your Google account to access Google Calendar.
calendarIdfile-selectorNoThe calendar to monitor for event changes.
manualCalendarIdstringNoThe calendar to monitor for event changes.
eventTypeFilterstringNoOnly trigger for specific event types. Defaults to all events.
searchTermstringNoOptional: Filter events by text match across title, description, location, and attendees.

Output

ParameterTypeDescription
eventobjectevent output from the tool
idstringCalendar event ID
statusstringEvent status (confirmed, tentative, cancelled)
eventTypestringChange type: "created", "updated", or "cancelled"
summarystringEvent title
eventDescriptionstringEvent description
locationstringEvent location
htmlLinkstringLink to event in Google Calendar
startjsonEvent start time
endjsonEvent end time
createdstringEvent creation time
updatedstringEvent last updated time
attendeesjsonEvent attendees
creatorjsonEvent creator
organizerjsonEvent organizer
calendarIdstringCalendar ID
timestampstringEvent processing timestamp in ISO format

On this page