Update a Task
planner_update_taskUpdate a Microsoft Planner task's title, bucket, due date, priority, progress, or assignees, with automatic ETag handling.
Instructions
Update a Planner task: title, bucket (move), due date, priority, progress (not started / in progress / completed), or assignees. Fetches the current etag automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title | |
| task_id | Yes | Task ID | |
| due_date | No | New due date (ISO, e.g. 2026-07-31) or empty string to clear | |
| priority | No | New priority | |
| progress | No | New progress state | |
| bucket_id | No | Move to this bucket ID | |
| add_assignee_ids | No | User IDs to assign | |
| remove_assignee_ids | No | User IDs to unassign |