update_task
Update Microsoft To Do tasks: change title or notes, mark status as completed or needsAction, and set or remove the due date.
Instructions
Update a task (partial). Set status "completed" or "needsAction", change title/notes, or set dueDate (null removes it).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| title | No | ||
| listId | Yes | ||
| status | No | ||
| taskId | Yes | ||
| dueDate | No | ||
| provider | No | Provider id (mstodo). Omit when exactly one provider is connected. |