calendar_event_create
Add a new event to Google Calendar by specifying start, end, summary, and optional attendees, location, or Google Meet link.
Instructions
Create an event. start/end are RFC3339 datetimes; date-only ('2026-06-10') makes an all-day event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| start | Yes | ||
| account | Yes | ||
| summary | Yes | ||
| location | No | ||
| timezone | No | ||
| attendees | No | ||
| calendar_id | No | primary | |
| description | No | ||
| send_updates | No | none | |
| add_google_meet | No |