update-task
Update an existing task in Microsoft To Do by modifying its title, due date, importance, status, or other properties.
Instructions
Update an existing task in Microsoft Todo. Allows changing any properties of the task including title, due date, importance, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New description or body content of the task | |
| title | No | New title of the task | |
| listId | Yes | ID of the task list | |
| status | No | New status of the task | |
| taskId | Yes | ID of the task to update | |
| categories | No | New categories associated with the task | |
| importance | No | New task importance | |
| dueDateTime | No | New due date in ISO format (e.g., 2023-12-31T23:59:59Z) | |
| isReminderOn | No | Whether to enable reminder for this task | |
| startDateTime | No | New start date in ISO format (e.g., 2023-12-31T23:59:59Z) | |
| reminderDateTime | No | New reminder date and time in ISO format |