Skip to content
TriggerGoogle CalendarReal-timeUpdated May 2026

How do I trigger when a Google Calendar event is added?

Short answer: Drop the "Google CalendarNew Event" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Google Calendar, not on a polling schedule.

Anatomy

What this trigger looks like in a workflow.

Drop it on the canvas. Configure a couple of fields. Publish.

In the builder
Trigger
New Event
When the matching event happens
when calendar event creatednew google calendar eventwatch for new eventon event createdwhen an event is added to calendarcalendar event addednew meeting created
What this trigger returns
for the curious

You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.

{
"items": [
{
"id": "abc123def456",
"end": {
"dateTime": "2026-05-08T15:30:00-07:00",
"timeZone": "America/Los_Angeles"
},
"start": {
"dateTime": "2026-05-08T15:00:00-07:00",
"timeZone": "America/Los_Angeles"
},
"status": "confirmed",
"created": "2026-05-08T09:30:00.000Z",
"creator": {
"email": "owner@example.com"
},
"iCalUID": "abc123def456@google.com",
"summary": "Team Standup",
"updated": "2026-05-08T09:30:00.000Z",
"htmlLink": "https://www.google.com/calendar/event?eid=abc",
"attendees": [
{
"email": "alice@example.com",
"responseStatus": "accepted"
}
],
"eventType": "default",
"organizer": {
"self": true,
"email": "owner@example.com"
},
"description": "Daily sync",
"hangoutLink": "https://meet.google.com/abc-defg-hij"
}
]
}
Output shape

Fields available to downstream nodes.

Every field below can be referenced by name in any action or filter that comes after this trigger.

FieldTypeExample
itemsarray[{"id":"abc123def456","end":{"dateTime":"2026-05-08T15:30:00
FAQ

Questions about New Event.

How does the New Event trigger work in Google Calendar?
Fires when a new event is added to the selected Google Calendar. Used to mirror booked meetings into CRM, send prep, or auto-create Zoom links.
Is the New Event trigger real-time?
Yes. New Event uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Google Calendar.
What data does New Event return?
The full event payload from Google Calendar. The output shape table on this page lists every field, its type, and an example value so you can map fields into downstream nodes.
Can I filter New Event so only some events start a workflow?
Yes. Add a Filter node right after the trigger and match on any field, whether that's subject, sender, status, or anything else in the payload. Workflows only continue when the filter passes.
Do I need Google Calendar admin permissions to use New Event?
For most Google Calendar accounts a standard user can authorize the trigger. Some Google Calendar plans require an admin to enable third-party webhooks. Check Google Calendar's docs if the trigger fails to register.
More triggers

Other Google Calendar triggers.

Build a workflow on this trigger.

One trigger. 7+ downstream actions. Zero glue.