EzFlowEzFlow Docs
Node referenceCalendar

CALENDAR_CANCEL_EVENT

Cancel (delete) a calendar event.

What it does

Cancel (delete) a calendar event.

Inputs & outputs

Input handle
eventId
Output handle
cancelled

Configuration

NameTypeRequired
calendarGrantIdstringYes
calendarIdstringNo

Example

Example

When a customer cancels an appointment via your portal, a cancellation webhook triggers an HTTP_TRIGGER Workflow. The webhook body carries eventId — the Google Calendar event id stored at booking time in a Database node. Wire it directly into CALENDAR_CANCEL_EVENT's eventId input. The node calls deleteEvent on the connected calendar grant and returns cancelled: true. Route through a CONDITIONAL on that output before dispatching a cancellation confirmation email via SEND_MAIL.

On this page