Create a Task
planner_create_taskCreate a new task in a Microsoft Planner plan, with optional settings for bucket, due date, priority, assignees, and description.
Instructions
Create a Planner task in a plan. Optionally set the bucket, due date, priority, assignees, and a description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| plan_id | Yes | Plan ID | |
| due_date | No | Due date, ISO format e.g. 2026-07-31 | |
| priority | No | Task priority | |
| bucket_id | No | Bucket ID (defaults to the plan's default bucket) | |
| description | No | Task description (notes) | |
| assignee_ids | No | User IDs to assign (from planner_find_user) |