Create Event
create-eventCreate calendar events by specifying title, start/end times, and optional location or description. Choose a specific calendar or use the default Apple calendar.
Instructions
Creates a new calendar event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End date/time in ISO 8601 format | |
| start | Yes | Start date/time in ISO 8601 format (e.g., 2026-01-15T10:00:00) | |
| summary | Yes | Event title/summary | |
| location | No | Event location (optional) | |
| calendarUrl | No | Cloud mode: URL of the calendar to add the event to (optional, uses the first calendar) | |
| description | No | Event description (optional) | |
| calendarName | No | Local mode: name of the calendar to add the event to (optional, uses the default) |