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
ParameterTypeRequiredDescription
planIdstringNoThe ID of the plan to get tasks from (if not provided, gets all user tasks)
taskIdstringNoThe ID of the task to get
Output
ParameterTypeDescription
successbooleanWhether tasks were retrieved successfully
tasksarrayArray 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
ParameterTypeRequiredDescription
planIdstringYesThe ID of the plan where the task will be created
titlestringYesThe title of the task
descriptionstringNoThe description of the task
dueDateTimestringNoThe due date and time for the task (ISO 8601 format)
assigneeUserIdstringNoThe user ID to assign the task to
bucketIdstringNoThe bucket ID to place the task in
Output
ParameterTypeDescription
successbooleanWhether the task was created successfully
taskobjectThe 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