Create Recurring Reminder
create_recurring_reminderCreate a recurring reminder with customizable frequency and interval. Supports daily, weekly, monthly, or yearly recurrence with optional end date or occurrence count.
Instructions
Create a recurring reminder via EventKit.
Input 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 |