create_event
Schedule a new event in the user's connected calendar by providing a title and start time, with optional end time, location, attendees, and agenda details.
Instructions
Create a new calendar event in the user's connected calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| endTime | No | End time in ISO format (defaults to 1 hour after start) | |
| location | No | Event location | |
| attendees | No | List of attendee email addresses | |
| startTime | Yes | Start time in ISO format or natural language (e.g. 'tomorrow at 2pm') | |
| description | No | Event description or agenda |