create_calendar_event
Create calendar events in Apple Calendar. Use confirm parameter to finalize; without it, see a preview.
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 |
|---|---|---|---|
| summary | Yes | Event title/summary | |
| dtstart | Yes | Start date/time (ISO format, e.g. '2026-02-16T09:00:00') | |
| dtend | Yes | End date/time (ISO format) | |
| location | No | Event location | |
| description | No | Event description/notes | |
| confirm | No | Set to true to actually create. Without this, only shows a preview. |