create_event
Create a new Google Calendar event by providing a title, start and end times in ISO 8601 format, plus optional location, attendees, description, and calendar selection.
Instructions
Create a new calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO 8601 format. | |
| start | Yes | Start time in ISO 8601 format (e.g. 2025-01-15T09:00:00-05:00). | |
| summary | Yes | Event title. | |
| location | No | Event location. | |
| attendees | No | List of attendee email addresses. | |
| calendar_id | No | Calendar ID. Defaults to primary. | primary |
| description | No | Event description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |