update-reminders
Update existing reminders by specifying their type and ID. Only include the fields that need to change for relative, absolute, or location reminders.
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. |