update-reminders
Update existing Todoist reminders by specifying their type and ID, changing only the fields you include. Modify due times, delivery methods, urgency, or location triggers.
Instructions
Update existing reminders. Each reminder must specify its type ("relative", "absolute", or "location") and ID. Only include fields that need to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | Array of reminders to update (max 25). Each must include the reminder type and ID. Only include fields that need to change. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reminders | Yes | The updated reminders. | |
| totalCount | Yes | Total reminders updated. | |
| updatedReminderIds | Yes | IDs of updated reminders. |