TriggerGoogle CalendarReal-timeUpdated September 2026

How do I trigger when a Google Calendar event ends?

Short answer: In TinyCommand, add the Google Calendar Event Ended trigger to a workflow and publish. It listens through a Google Calendar webhook and fires your workflow within seconds of the event, with no polling and no code. Add a filter if you only want some events to continue past the trigger.

Trigger workflows on Event Ended in Google Calendar — start free
Anatomy

What this trigger looks like in a workflow.

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

In the builder
Trigger
Event Ended
When the matching event happens
when calendar event endsgoogle calendar event endedmeeting endedon event endwatch for event endwhen meeting finishescalendar event finished
What this trigger returns
for the curious

You don’t need to read this. TinyCommand 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",
"creator": {
"email": "owner@example.com"
},
"iCalUID": "abc123def456@google.com",
"summary": "Team Standup",
"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 Event Ended.

How does the Event Ended trigger work in Google Calendar?
Fires when an event in the selected Google Calendar ends. Polls for events whose end time falls inside the most recent polling window. Use to follow up after a meeting or to kick off a recording/summary pipeline.
Is the Event Ended trigger real-time?
Yes. Event Ended uses webhooks or push subscriptions, not polling. Your workflow fires within seconds of the event happening in Google Calendar.
What data does Event Ended 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 Event Ended 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 Event Ended?
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.

Trigger workflows on Event Ended in Google Calendar — start free