task_update
Update an existing Microsoft To Do task by providing its ID and optional new title, due date, priority, or list.
Instructions
Update an existing task in Microsoft To Do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to update | |
| title | No | New title (optional) | |
| due | No | New due date — natural language or ISO format (optional) | |
| priority | No | New priority: low, normal, or high (optional) | |
| list_name | No | Task list name (uses default list if omitted) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||