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
0
votes
1 answer

How to create Planner Plan with calculated duedates for multible tasks

i am very new to MS Graph and Planner but i would like to generate a script where i define a Plan with mutiple tasks and i only have to specify the startDateTime of the first Task, so the dueDateTimes will be calculated automatically for each…
0
votes
0 answers

Downloading excel files from MS Planner trough a script

So I have to automate a process that downloads an excel file from Microsofts Planner website. I have tried doing this 3 Different ways and have always hit a dead end. The only solution that seems to work is a script that imitates keypresses but is…
Mastawayne
  • 19
  • 1
  • 4
0
votes
1 answer

Copy tasks from one planner to another using power automate

How to copy tasks from one planner to another using power automate based on trigger (when task is created in Planner 1)?
Junaid
  • 13
  • 7
0
votes
1 answer

Unable to add Teams/SharePoint file attachment in a task to ' Tasks by Planner and To Do '

I have a fully built API, that creates tasks into MS Teams "Tasks by Planner and To Do". MS actual graph API used POST https://graph.microsoft.com/v1.0/planner/tasks Sample API: { "routeId": "7fcxxxxx-xxxx-xxxx-xxxx-5d35838xxxxx", "userId":…
GMAC
  • 788
  • 4
  • 23
0
votes
1 answer

Is there any way to create an online form to create tasks to planner?

I'm new to microsoft planner 365 and I think it's a great tool. I do not want users to access my plan (board). Is there any way I can create an online form that can be shared to other users to allow them to submit requests and it adds tasks directly…
kuml2
  • 15
  • 7
0
votes
0 answers

Custom teams app with Azure authenticaton doesn't work in Teams desktop app while working in the browser

I am experiencing the same issue as this post. Teams tabs work on the browser without an issue; however, it is showing an authentication error in the desktop teams application when opening our tab. The error is: Error: in auth twana.daniel@email.com…
0
votes
0 answers

Microsoft Planner is showing unknown user commented when using API to create task

When using Planner API to create task, it shows that an unknown user made a comment for new task but shows last edited was the user that made the API call. As seen in picture below, it should show medxplanner1 not Unknown... Any ideas?
0
votes
1 answer

how to download references from task details in ms graph?

how to download references from task details in ms graph? I have the following reference from a task detail (plannerTaskDetails resource type): https://my_domain.sharepoint.com/sites/HR2/Shared Documents/2.csv?web=1 and I want to download the file…
kederrac
  • 16,819
  • 6
  • 32
  • 55
0
votes
1 answer

Recurring task for Microsoft Planner using Power Automate

I'm trying to create an recurring event in Microsoft Planner using Power Automate. I'm getting the following error message: InvalidTemplate. Unable to process template language expressions in action 'Create_a_task' inputs at line '1' and column…
kevins
  • 13
  • 3
0
votes
2 answers

Get Team's Planner using App Only permission in Azure Function

Is there any example how I can achieve following requirement: I need to read Planner Plans from Group in an Azure Function trough Graph Api. Application permissions are not supported, only delegated. I tried with ConfidentialClientApplicationBuilder…
mgordic
  • 19
  • 2
0
votes
0 answers

I have a planner tab on MS teams but I cant figure how to add the chat bot for it

MS Planner App in MS teams has "Bot" in it's description. Is this a Chat bot or is it a different bot kind and how do I add it to use it with my Teams app? Searched MS support without success. There are multiple open tickets about it…
Juan Ojeda
  • 41
  • 7
0
votes
1 answer

Update Patch Microsoft Graph API Planner Task Detail using JSON cURL through FileMaker Pro produces error 204

After successfully creating a new Planner Task, I retrieve the Planner Task Detail ID and am trying to update the Task Detail. When doing so, I receive an error 204 "HTTP/1.1 204 No Content" I am trying to do this using FileMaker and their INSERT…
0
votes
1 answer

Microsoft planner API returns HTTP 500

I'm trying to read all planner tasks for a single plan with the GraphServiceClient using a registered app with the Group.Read.All and Group.ReadWrite.All permission in the azure portal. I've tried using the Microsoft.Graph and the…
JoeJoe87577
  • 512
  • 3
  • 17
0
votes
1 answer

Create Planner Plan from Graph API "You Do not have the required permissions"

I have built a flow that uses an HTTP call to the graph after getting an authorization from oauth2. I kept getting intermittent failures so I tried a test batch of 25 and 44% of the runs failed with the error " You do not have the required…
0
votes
0 answers

Adding MS Teams Tab (Planner) result in BadRequest

When trying to create a planner tab via graph api it always ends in a BadRequest error. I tried following request: https://graph.microsoft.com/v1.0/teams//channels//tabs Body: { "displayName": "Planner", "teamsApp@odata.bind":…