create_calendar_event
Schedule a calendar event by providing subject, start and end dates/times, and optionally add attendees, location, and description.
Instructions
Create a new calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Event subject/title | |
| start | Yes | Start date/time (ISO 8601 format, e.g., "2025-10-30T14:00:00") | |
| end | Yes | End date/time (ISO 8601 format) | |
| attendees | No | Array of attendee email addresses | |
| location | No | Event location | |
| body | No | Event description/body |