Questions tagged [microsoft-planner]

Microsoft Planner is a planning application available on the Microsoft Office 365 platform.Microsoft Planner makes it easy for teams to create new plans, organize and assign tasks, share files, chat about what teams are working on, and get updates on progress towards their goal.

97 questions
4
votes
1 answer

Microsoft Graph: Filtering issue with Planner tasks

I want to filter Planner tasks, e.g. like this: https://graph.microsoft.com/v1.0/planner/plans/CONGZUWfGUu4msTgNP66e2UAAySi/tasks?$filter=title eq 'Take inventory' Graph API is not letting me filter tasks from Planner as can be observed from Graph…
3
votes
2 answers

How do I send comment to the planner Task that has been just created. Conversation Thread comes to null for them

I know conversations are on the group level, but https://graph.microsoft.com/v1.0/groups/******-****-4f19-be0e-********/conversations does not give any conversation id of newly created Planner Tasks. I need to send some comments while I create a…
3
votes
1 answer

Unable to get all comments of conversation thread of planner task

i am currently working on small project where i have to retrieve all comments of particular task in planner api (microsoft planner). using microsoft graph api documentation link i tried to call below end…
3
votes
1 answer

How to fix - Update plannertaskdetails - If-Match header contains an invalid value

I am trying to update (PATCH) an existing Microsoft Planner task, to add one (1) checklist item to it. I am using Microsoft doc https://learn.microsoft.com/en-us/graph/api/plannertaskdetails-update?view=graph-rest-1.0&tabs=javascript as a reference,…
2
votes
1 answer

How to get the last modified date and time of a microsoft planner task using Microsoft Graph APIs

I referred this documentation to try and get the lastModifiedDateTime of a planner task as in the JSON response example there is a property "lastModifiedDateTime", however when I call the API endpoint…
2
votes
3 answers

Planner Plan URL or creating a Planner Tab in Teams

I've been trying to create a plan using the Graph REST API for .Net and Microsoft Planner. Following the provided documentation, I was able to create a plan. However, I've seen that after creating it, no URL in order to access that plan is…
2
votes
1 answer

Microsoft Graph REST API to UPDATE Microsoft Planner Tasks?

I think this might be a simple quote escape issue, but can’t figure it out. I am trying to update a microsoft planner task using CURL with REST API. I can CREATE tasks (from a custom application called FileMaker to Microsoft Planner using Microsoft…
2
votes
2 answers

How do I find out which tab/location a Plan falls under?

I'm trying to create a full clone of a Microsoft Team Site using Microsoft Graph by doing a basic clone of the team site and then using the API to copy and configure all of the content. My first task is to get the Planner copied across. I've made…
The Lemon
  • 1,211
  • 15
  • 26
2
votes
1 answer

Unauthorized In Microsoft Graph Api Unable To Get Data

I am currently developing a ASP.NET MVC 5 site which uses the Microsoft Graph API application to retrieve and insert data into Microsoft Planner. Said site already has Azure Active Directory authentication. I am currently using the following code to…
1
vote
0 answers

How to resolve ElementClickInterceptedException when element is obscured in Firefox, Selenium and Python?

I'm trying to automate the process of logging into Microsoft Planner using Selenium and Python and I'm getting stuck at the step after providing a password. In Firefox, the error received…
1
vote
2 answers

MS Graph API / Planner - Query all Task Details for a Plan

I'm trying to get all the "Task Details" for a give "Plan". I can get the "Plan", "Buckets", "Tasks" using…
1
vote
1 answer

Office Forms + Power Automate + Teams + Planner Task

I've got a Forms form that thru Power Automate I add a task to a Planner plan in Teams. The form has a [due date] field on it, and I set the due date of the Planner task equal to the value of that [due date]. Everything is working except, on the…
s15199d
  • 7,261
  • 11
  • 43
  • 70
1
vote
1 answer

Add a user as a member to a Microsoft Planner Plan using Microsoft Graph API

I would like to know how to add a user as a member to a Microsoft Planner Plan using Microsoft Graph API and PowerShell. I know that the membership to a plan is ruled by the membership to the M365 Group. The user is already the owner of the group to…
1
vote
1 answer

Microsoft Graph API Planner Task Detail with hyperlinks

wanted to add hyperlinks to Microsoft's Planner Task Details,. but don't see a way to use html. When I add a task detail with html, it displays as plain text with no formatting.
1
vote
0 answers

How to add a Planner plan tab in Microsoft Teams channel using PowerShell and Graph API

Can someone provide the procedure to add a MS Team tab containing a Planner plan? This post is telling that the account that is creating the tab should be a member of the Team. Fine. I did add it and still, the plan tab creation isn't working. You…
1
2 3 4 5 6 7