create_calendar_event
Add a new event to Apple Calendar. Preview the event before confirming to save, avoiding accidental calendar entries.
Instructions
Create an event in Apple Calendar. SAFETY: requires confirm=true to actually create. Without confirm, returns a preview. macOS only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dtend | Yes | End date/time (ISO format) | |
| confirm | No | Set to true to actually create. Without this, only shows a preview. | |
| dtstart | Yes | Start date/time (ISO format, e.g. '2026-02-16T09:00:00') | |
| summary | Yes | Event title/summary | |
| location | No | Event location | |
| description | No | Event description/notes |