Node referenceTriggers
CALENDAR_EVENT_UPDATED
Trigger: fires when a calendar event changes.
What it does
Trigger: fires when a calendar event changes.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| grantId |
| calendarId |
| resourceState |
| changeType |
Configuration
No configuration.
Example
How it works
EzFlow receives a push notification from Google Calendar when an existing event is modified (time, title, attendees, description, or any other field). The trigger outputs grantId, calendarId, resourceState, and changeType. Chain a CALENDAR_LIST_EVENTS node downstream to fetch the updated event details using the grantId and calendarId.
Example
A team member reschedules a client meeting. CALENDAR_EVENT_UPDATED fires, and a downstream CALENDAR_LIST_EVENTS node retrieves the new time. A SEND_MAIL node then notifies the attendees of the updated schedule, while an HTTP_REQUEST node updates the CRM record with the new meeting time.