CALENDAR_EVENT_CANCELLED
Trigger: fires when a calendar event is cancelled.
What it does
Trigger: fires when a calendar event is cancelled.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| grantId |
| calendarId |
| resourceState |
| changeType |
Configuration
No configuration.
Example
How it works
EzFlow receives a push notification when an event is deleted or cancelled on a connected Google Calendar. The trigger outputs grantId, calendarId, resourceState, and changeType. Because the event is gone from the calendar at this point, downstream nodes typically use grantId and calendarId to look up related records in your own systems rather than fetching the event from Google.
Example
A customer cancels a booked consultation. CALENDAR_EVENT_CANCELLED fires and a downstream SEND_MAIL node sends a cancellation confirmation with a rebooking link. An HTTP_REQUEST node simultaneously updates the CRM opportunity status to "Cancelled" so the sales team's pipeline stays accurate.