create_event
Add a new event to Google Calendar by specifying title, start and end times, and optionally including description, location, and attendee invitations. Manage your schedule through natural language commands.
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. 2026-07-10T14:00:00-05:00 | |
| title | Yes | Event title | |
| location | No | Location or meeting link | |
| attendees | No | Comma-separated email addresses to invite | |
| description | No | Event description or notes |