create-event
Add a new event to your Google Calendar by specifying title, start and end times in ISO 8601 UTC format, with optional description and attendee emails.
Instructions
Create a new calendar event. Times must be in ISO 8601 format with UTC timezone (e.g., '2024-12-04T10:00:00Z')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Title of the event | |
| description | No | Event description | |
| start_time | Yes | Start time in ISO 8601 format with UTC timezone (e.g., '2024-12-04T10:00:00Z') | |
| end_time | Yes | End time in ISO 8601 format with UTC timezone (e.g., '2024-12-04T11:00:00Z') | |
| attendees | No | List of attendee email addresses |