update_reminder
Update specific fields of an existing Apple Reminder—rename, change due date/time, move to another list, set priority, modify notes or tags, or clear the due date. Only fields you specify are modified; others remain unchanged.
Instructions
Update fields on an existing reminder. Only provided fields are changed. If you update notes OR tags individually, the other is preserved automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Current name of the reminder to find. | |
| tags | No | Replace tags (notes preserved if not provided). | |
| notes | No | Replace notes text (tags preserved if not provided). | |
| due_date | No | New due date in YYYY-MM-DD format. | |
| due_time | No | New due time in HH:MM 24-hour format. | |
| new_name | No | Rename the reminder to this. | |
| priority | No | New priority. | |
| list_name | No | Current list to narrow the search. | |
| new_list_name | No | Move reminder to this list. | |
| clear_due_date | No | Set to true to remove the due date entirely. |