Update a To Do task
todo_update_taskUpdate a Microsoft To Do task by changing its title, due date, importance, or status. Reopen completed tasks with 'notStarted' or clear the due date by passing null.
Instructions
Update a Microsoft To Do task: change its title, due date, importance, or status. To reopen a completed task set status to 'notStarted'. To clear the due date pass due_date as null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| status | No | ||
| list_id | Yes | ||
| task_id | Yes | ||
| due_date | No | YYYY-MM-DD to set, or null to clear. | |
| importance | No |