Google Calendar Trigger

Trigger workflows when an event is created or updated in Google Calendar.

Overview

The Google Calendar trigger starts a workflow when an event is created or updated on a watched calendar. It powers meeting-prep briefs, booking confirmations, and the AI Meeting Notetaker — which dispatches a recording bot to each new meeting's link.

Configuration

  • Credential — the Google Calendar OAuth2 credential whose calendar to watch
  • Calendar — which calendar to watch (defaults to primary)
  • EventeventCreated (new events only) or eventUpdated (new or modified)

Output variables

  • {{$json.event.summary}}, {{$json.event.description}}, {{$json.event.location}}
  • {{$json.event.start}}, {{$json.event.end}}, {{$json.event.attendees}}
  • {{$json.event.hangoutLink}} — the Google Meet link, ready to feed a Meeting Notetaker node ({{$json.raw}} carries the full Google event)