create_event
Add events to your local calendar by providing a title, start and end time. Schedule appointments directly in offline .ics files without needing OAuth access.
Instructions
Create a new event in the local calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title | |
| endDate | Yes | End time (ISO string e.g. 2026-07-18T11:00:00Z) | |
| startDate | Yes | Start time (ISO string e.g. 2026-07-18T10:00:00Z) | |
| description | No | Optional description |