Skip to main content

New Event Started

Triggers a workflow whenever a new event begins in the calendar. Note: All-day events are excluded, and only Single Events are considered for triggering.

info

Automations based on this trigger will search for new events every 5 minutes.

Parameters

ParameterDescription
Calendar IDCalendar identifier. To retrieve calendar IDs use the List Calendars action.

Sample Event

{
"kind": "calendar#event",
"etag": "\"3336843400970000\"",
"id": "event-2",
"status": "confirmed",
"htmlLink": "https://www.google.com/calendar/event?eid=event-2-id",
"created": "2022-11-14T10:26:20.000Z",
"updated": "2022-11-14T10:28:20.485Z",
"summary": "Onboarding meeting with HR",
"creator": {
"email": "self@example.com",
"self": true
},
"organizer": {
"email": "self@example.com",
"self": true
},
"start": {
"dateTime": "2022-11-16T10:00:00+02:00",
"timeZone": "Asia/Jerusalem"
},
"end": {
"dateTime": "2022-11-16T10:30:00+02:00",
"timeZone": "Asia/Jerusalem"
},
"iCalUID": "event-2@google.com",
"sequence": 0,
"attendees": [
{
"email": "self@example.com",
"organizer": true,
"self": true,
"responseStatus": "accepted"
},
{
"email": "attendee2@example.com",
"responseStatus": "accepted"
}
],
"guestsCanModify": true,
"reminders": {
"useDefault": true
},
"eventType": "default"
}