create_event
Create calendar events with title, date/time, location, and description. Specify start and end times using ISO 8601 format for scheduling appointments and meetings.
Instructions
Create a new calendar event. Recurring events cannot be created via automation. Attendees cannot be added programmatically.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Event title | |
| startDate | Yes | Start date/time (ISO 8601, e.g. '2026-03-15T09:00:00Z') | |
| endDate | Yes | End date/time (ISO 8601, e.g. '2026-03-15T10:00:00Z') | |
| location | No | Event location | |
| description | No | Event notes/description | |
| calendar | No | Target calendar name. Defaults to first writable calendar. | |
| allDay | No | Set as all-day event |