EzFlowEzFlow Docs
Node referenceTriggers

CALENDAR_EVENT_CREATED

Trigger: fires when a calendar event is created.

What it does

Trigger: fires when a calendar event is created.

Inputs & outputs

Input handle
None
Output handle
grantId
calendarId
resourceState
changeType

Configuration

No configuration.

Example

How it works

EzFlow subscribes to push notifications from connected Google Calendars. When a new event is added to the calendar, EzFlow receives the notification and fires the Workflow, exposing grantId, calendarId, resourceState, and changeType on the trigger's output ports. Use grantId to identify which calendar connection fired, then chain a CALENDAR_LIST_EVENTS node to retrieve the full event details if needed.

Example

A sales team uses a shared Google Calendar for discovery calls. When an SDR creates a new call event, CALENDAR_EVENT_CREATED fires. A downstream CALENDAR_LIST_EVENTS node fetches the event details (title, time, attendees), and a SEND_MAIL node sends the prospect a preparation checklist automatically.

On this page