reschedule_reminder
Reschedule a reminder by providing its identifier or name and a new due date. Optionally specify the list to update the reminder.
Instructions
Reschedule an exact or uniquely matching reminder.
Args: identifier: Reminder id or name/title text datetime: New due date/time in "YYYY-MM-DD HH:MM" format list_name: Optional Reminders list name
Returns: Structured JSON with the updated reminder or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | Yes | ||
| list_name | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |