create_reminder
Create reminders with optional notes, due dates, priority levels, and target lists to manage tasks within the Apple ecosystem.
Instructions
Create a new reminder. Optionally set notes, due date, priority (0=none, 1-4=high, 5=medium, 6-9=low), and target list. Recurrence rules cannot be set via automation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Reminder title | |
| body | No | Notes/body text | |
| dueDate | No | Due date in ISO 8601 format (e.g. '2026-03-15T10:00:00Z') | |
| priority | No | Priority: 0=none, 1-4=high, 5=medium, 6-9=low | |
| list | No | Target list name. Defaults to the default list. |