create_calendar_event
Create Google Calendar events by specifying title, start and end times, with optional description, location, and attendees.
Instructions
Create a new event in Google Calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Event title/summary | |
| description | No | Event description (optional) | |
| startDateTime | Yes | Start date and time in ISO format (e.g., 2024-12-25T10:00:00-08:00) | |
| endDateTime | Yes | End date and time in ISO format (e.g., 2024-12-25T11:00:00-08:00) | |
| timeZone | No | Time zone (e.g., America/Los_Angeles) | UTC |
| attendees | No | Array of attendee email addresses (optional) | |
| location | No | Event location (optional) |