create_recurring_reminder
Set up automated reminders that repeat on schedules like daily, weekly, monthly, or yearly with customizable intervals using macOS EventKit integration.
Instructions
Create a recurring reminder 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 |
|---|---|---|---|
| title | Yes | Reminder title | |
| list | No | Target reminder list name. Defaults to the default list. | |
| notes | No | Reminder notes/body text | |
| dueDate | No | Due date (ISO 8601, e.g. '2026-03-15T10:00:00Z') | |
| priority | No | Priority: 0=none, 1-4=high, 5=medium, 6-9=low | |
| recurrence | Yes | Recurrence rule |