update_reminder
Modify reminder details like title, notes, due date, priority, or flagged status in Apple Reminders. Specify only the fields you want to change.
Instructions
Update reminder properties. Only specified fields are changed. Set dueDate to null to clear it. Recurrence rules cannot be modified via automation.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Reminder ID | |
| name | No | New title | |
| body | No | New notes/body text | |
| dueDate | No | New due date (ISO 8601, e.g. '2026-03-15T10:00:00Z') or null to clear | |
| priority | No | New priority (0-9) | |
| flagged | No | Set flagged status |