updateReminder
Update an existing reminder in Apple Reminders by specifying the list, reminder ID, and optional new title, notes, due date, or priority.
Instructions
Update an existing reminder in Apple Reminders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listName | Yes | Name of the reminder list | |
| reminderId | Yes | ID of the reminder to update | |
| title | No | New title for the reminder | |
| notes | No | New notes for the reminder | |
| dueDate | No | New due date in ISO8601 format (use 'none' to clear) | |
| priority | No | New priority level: 0=none, 1=high, 5=medium, 9=low |