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
2 answers

How to update planner task assignments using Microsoft Graph API

When I tried to patch assignments to a task it only added on to existing ones. For example a task has assignments as {A, B}. When I did patch assignments {A, C}, the assignments became {A, B, C} while I was expecting it to be updated to {A, C}. When…
0
votes
2 answers

Duplicate/Copy Planner Plan within same Team

I have a template for a plan that my team uses for new events all year around. I need a way to duplicate this Planner plan as a new Planner tab in Teams. Using Planner's own Copy/Duplicate feature will create a NEW group and a new Team. Looking at…
Peter
  • 745
  • 6
  • 17
0
votes
1 answer

Planner is always in English

I developed an .Net Core Application that creates a Group with a Team and a Planner asociated to it. By default, the language of the Group and Team is the one that I have configured in my local Team application (Spanish). But the Planner language is…
Luis Miranda
  • 75
  • 10
0
votes
2 answers

Adding a guest user to Microsoft Planner

I am trying to add an external guest to a Microsoft Planner task and am getting the usual "You need to request access from your admin". I have created the user in Ad and 365, they have been added to the task and I am able to see them, however when…
0
votes
0 answers

Fetching drives of Microsoft Teams group/team after creating Plan

I am using Microsoft Graph API to 1) Create Team and Channels 2) Installing an App 3) Adding Plans, buckets, and tasks to the planner app 4) Copy items from another Drive to the newly created channels drive. My code is executing in this order 1)…
0
votes
3 answers

Microsoft Groups/Teams: Can't create plans for Planner App

I created a Group using https://learn.microsoft.com/en-us/graph/api/group-post-groups?view=graph-rest-1.0&tabs=http and then used https://learn.microsoft.com/en-us/graph/api/team-put-teams?view=graph-rest-1.0&tabs=http to create a Team. Now I am…
0
votes
1 answer

Sync Planner APP Task with External Database

I am going to add the Planner App in the MS Teams Channel using Graph API. I will add Tasks to it as well using Graph API. Now I want that whenever status is getting changed in the planner app for the tasks then I can update the status in my…
0
votes
2 answers

Microsoft Teams: How to forbid users from deleting tasks in Planner?

I've installed MS Teams in all of the computers at my workplace and asigned teams for each department. In some of these teams I'm using the planner app, the problem is that when I assign tasks to certain members of the team they all can easily…
0
votes
0 answers

To create Group Subscriptions. Do I need to create a subscriptions for each group on the organization to find change on the conversations

Let's say I have multiple groups and I want to get notified for any additional conversation on any of the groups so do I need to create subscriptions for each groupId endpoint. Or Is their way I create one subscription for change on the conversation…
0
votes
2 answers

Microsoft Graph: Is it safe to assume that plannerTask.id and plannerTaskDetails.id are always the same?

In reading the Microsoft Graph documentation, we come across two related resource types: plannerTask plannerTaskDetails Both plannerTask and plannerTaskDetails have an id attribute, which in both cases is 28 characters long and case-sensitive,…
0
votes
3 answers

Can we track Microsoft Delta changes on the Users, Group, ChatMessage or Planner Objects based on time. "/me/planner/all/delta"

Basically does any one know how to ask for delta changes that happened after certain time. I am saving all the changes that user has done to planner objects to the database, but I know eventually delta changes for 100 of plans will go insanely huge.…
0
votes
1 answer

When will the Graph API for Priority on a Planner task be available?

Microsoft recently updated the Planner with a new Priority option on a Planner Task. We can't seem to find this in the Graph API. When can we expect that?? We have an Outlook Add-in for the online Planner. We want to update our add-in with the new…
Ekelund
  • 39
  • 1
  • 6
0
votes
1 answer

Microsoft Graph-Delete planner task-Resource not found for the segment (ETag)?

I am trying to delete Planner task using Microsoft graph according to instruction on https://learn.microsoft.com/en-us/graph/api/plannertask-delete?view=graph-rest-1.0&tabs=http GET works, DELETE does not. Request should look like: DELETE…
0
votes
1 answer

Getting 401 Unauthorized for plan when using daemon API

I am using a daemon auth API and I am able to get /groups but if try and use /groups/GROUPID/planner/plans I get a UnknownError and the message says 401 - Unauthorized: Access is denied due to invalid credentials. You do not have permission to view…
0
votes
1 answer

Every combination of Etag is taken as invalid.When I do the same request in graph explorer it works

I am trying to update the plan details through Microsoft Graph API. My project is MVC .Net 4. GET and POST request are good but when I tried to update the details of the plan, IF-Match header was mandatory in the request so I am sending ETAG value…
Ashok Subedi
  • 217
  • 2
  • 10