calendar_create
Create Google Calendar events with title, time, location, and attendees. Configure invite settings and calendar targets to organize your schedule.
Instructions
Create a calendar event. Does NOT send invites by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| start | Yes | Start time (ISO 8601, e.g. '2026-04-10T14:00:00-07:00') | |
| end | Yes | End time (ISO 8601) | |
| description | No | Event description | |
| location | No | Event location | |
| attendees | No | Attendee email addresses | |
| send_invites | No | Send invite emails (default: false) | |
| calendar_id | No | Calendar ID | primary |
| account | No | Account name |