create_event
Schedule a new event in Google Calendar with start/end times, attendees, and location. Accepts RFC3339 datetimes or all-day dates.
Instructions
Create a new event. Times as RFC3339 datetimes (timed) or YYYY-MM-DD (all-day). Attendees is a list of email strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | RFC3339 datetime or YYYY-MM-DD for all-day | |
| start | Yes | RFC3339 datetime or YYYY-MM-DD for all-day | |
| summary | Yes | ||
| location | No | ||
| timezone | No | IANA tz like Europe/Warsaw, default Europe/Warsaw | |
| attendees | No | ||
| calendar_id | No | primary | |
| description | No | ||
| send_updates | No | none |