calendar_create_event
Create new events in Apple Calendar with details like title, time, location, attendees, notes, and alerts.
Instructions
Create a new event in Apple Calendar. Supports all-day and timed events with optional location, notes, attendees, and alerts.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Event title (1-500 characters) | |
| startDate | Yes | Start date/time in ISO 8601 format (e.g., "2026-02-18T14:00:00Z") | |
| endDate | Yes | End date/time in ISO 8601 format | |
| calendar | No | Calendar name (default: "Calendar") | Calendar |
| location | No | Event location (max 500 characters) | |
| notes | No | Event notes/description (max 5000 characters) | |
| attendees | No | Array of attendee email addresses | |
| allDay | No | Whether this is an all-day event (default: false) | |
| alerts | No | Array of alert times in minutes before event (e.g., [15, 60] for 15 min and 1 hour) |