create_recurring_event
Schedule repeating calendar events with configurable daily, weekly, monthly, or yearly recurrence patterns and intervals using macOS EventKit.
Instructions
Create a recurring calendar event via EventKit. Supports daily, weekly, monthly, and yearly recurrence with configurable intervals. Requires macOS 26+ Swift bridge.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Event title | |
| startDate | Yes | Start date/time (ISO 8601, e.g. '2026-03-15T09:00:00Z') | |
| endDate | Yes | End date/time (ISO 8601, e.g. '2026-03-15T10:00:00Z') | |
| location | No | Event location | |
| description | No | Event notes/description | |
| calendar | No | Target calendar name. Defaults to the default calendar. | |
| recurrence | Yes | Recurrence rule |