create-event
Add a new calendar event by specifying title, start and end times, and optional location or description. Integrates with 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., 2025-01-15T10:00:00) | |
| summary | Yes | Event title/summary | |
| location | No | Event location (optional) | |
| calendarUrl | No | URL of the calendar to add event to (optional, uses default) | |
| description | No | Event description (optional) |