Short answer: Drop the "Google Calendar → Create Event" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Calendar ID calendar_id | string | Required | Use 'primary' for the user's main calendar, or a specific calendar ID |
Event Title summary | string | Required | Event Title. Example: Team Standup |
Description description | string | Optional | Description. Example: Daily standup meeting |
Start Date/Time start_dateTime | string | Required | ISO 8601 format with timezone |
End Date/Time end_dateTime | string | Required | ISO 8601 format with timezone |
Attendees attendees | string | Optional | Comma-separated email addresses |
Location location | string | Optional | Location. Example: Conference Room A or https://meet.google.com/abc-def-ghi |
{"calendar_id": "primary","summary": "e.g. Team Standup","description": "e.g. Daily standup meeting","start_dateTime": "e.g. 2025-01-20T10:00:00-05:00","end_dateTime": "e.g. 2025-01-20T10:30:00-05:00"}
{"id": "evt123","end": {"dateTime": "2025-01-20T10:30:00-05:00"},"start": {"dateTime": "2025-01-20T10:00:00-05:00"},"summary": "Team Standup","htmlLink": "https://calendar.google.com/calendar/event?eid=abc123"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.