Microsoft Planner
Read and create tasks in Microsoft Planner
Configuration
Read Task
Operation
Read Task
Microsoft Account
Select Microsoft account
Plan ID
Enter the plan ID
Task ID
Select a task
Manual Task ID
Enter the task ID
Read Task (
microsoft_planner_read_task)Read tasks from Microsoft Planner - get all user tasks or all tasks from a specific plan
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
planId | string | No | The ID of the plan to get tasks from (if not provided, gets all user tasks) |
taskId | string | No | The ID of the task to get |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether tasks were retrieved successfully |
tasks | array | Array of task objects with filtered properties |
Create Task
Operation
Create Task
Microsoft Account
Select Microsoft account
Plan ID
Enter the plan ID
Task Title
Enter the task title
Description
Enter task description (optional)
Due Date
Enter due date in 2024-12-31 23:59:59
Assignee User ID
Enter the user ID to assign this task to (optional)
Bucket ID
Enter the bucket ID to organize the task (optional)
Create Task (
microsoft_planner_create_task)Create a new task in Microsoft Planner
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
planId | string | Yes | The ID of the plan where the task will be created |
title | string | Yes | The title of the task |
description | string | No | The description of the task |
dueDateTime | string | No | The due date and time for the task (ISO 8601 format) |
assigneeUserId | string | No | The user ID to assign the task to |
bucketId | string | No | The bucket ID to place the task in |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether the task was created successfully |
task | object | The created task object with all properties |
Usage Instructions
Integrate Microsoft Planner into the workflow. Can read and create tasks.
Notes
- Category:
tools - Type:
microsoft_planner