update_reminder
Update a reminder by ID or name. Modify due date, priority, notes, or completion status to keep tasks accurate.
Instructions
Update an exact or uniquely matching reminder.
Args: identifier: Reminder id or name/title text list_name: Optional Reminders list name name: Optional replacement reminder name body: Optional replacement reminder notes datetime: Optional due date/time in "YYYY-MM-DD HH:MM" format completed: Optional completion state priority: Optional priority from 0 to 9 flagged: Optional flagged state
Returns: Structured JSON with the updated reminder or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | No | ||
| flagged | No | ||
| datetime | No | ||
| priority | No | ||
| completed | No | ||
| list_name | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |