Questions tagged [microsoft-graph-plannertasks]

Microsoft Graph Planner Tasks refers to the Planner Tasks APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

32 questions
3
votes
1 answer

Get last modified information for Planner tasks

Is there any way to use Microsoft Graph to query for the last modified information for Planner tasks? The delta query doesn't seem to support task resources yet.
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…
1
vote
2 answers

Microsoft Graph Planner API missing recurring tasks in response

I'm programming an application for Microsoft Planner and I need to get the tasks of individual users. I am using Microsoft Graph Planner API. However, there are no recurring tasks in response. Recurring events are present in the internal api…
Tomas
  • 25
  • 3
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

Why am I unable to send a variable as URL in a Planner Task reference?

I am trying to set references for a task via the Planner Graph API, but am unable to set the URL through a variable. I have written a separate method for encoding the url, and it returns the correct value, but still the references aren't set for the…
1
vote
1 answer

Microsoft Graph API - Schema validation fails for PlanID when creating bucket, and update task doesn't work

First problem: I am unable to create buckets in Microsoft Planner through the Graph API. I keep getting the following error even though I already specified the correct plan ID: {"error": {"code": "", "message": "Schema validation has failed.…
1
vote
1 answer

Office365 - Get list of all Planner Plans

I would like to retrieve a list of all Planner Plans and number of tasks in each Plan. Goal is to understand which plans are actually in use. I used the Graph API for this. However it appears that most the Graph endpoints for Planner and Tasks use…
JakeUT
  • 359
  • 1
  • 4
  • 16
1
vote
1 answer

Planner API : MS Graph Application Permissions

I am trying to integrate Planner with a custom app. I tried the API's in Graph Explorer and it works well. But when I try to use an Application token and try the Planner API, it is giving me 403 error. Then I saw that the Planner API doesn't support…
0
votes
0 answers

I am extracting data from planner with power automate, however, the send an HTTP request is not pulling all tasks

I am extracting data from planner with power automate, however, the send an HTTP request is not pulling all tasks. I have many tasks closs to 900 but when I run the flow the action "Send an HTTP request" is only etracting 400 tasks. I am using this…
0
votes
1 answer

How to extract data from MS Planner to Snowflake using Azure Data Factory

I would like to extract data from Ms Planner and load it into snowflake. I am using ADF as integration tool. How to achieve this?
0
votes
1 answer

Getting "attemted changes conflicted with already accepted changes" error in Microsoft Graph Planner API

As in title I'm getting "The attempted changes conflicted with already accepted changes. Read the latest state and resolve differences." error when i'm trying to make patch request to planner api. It works fine in Postman when i'm doing Get planner…
0
votes
1 answer

MS Graph API ... create Planner task including details/description using one single HTTP request?

I am using the Microsoft Graph API to create Planner tasks, and I am wondering if there is a way to create a task including task details/description using a single HTTP request. This old question from 2018 is asking about the same thing. The outcome…
0
votes
0 answers

Sorting Microsoft planner buckets in a desired order using Microsoft graph

I'm struggling with getting buckets provisioned in a desired order and if necessary, reorder them correctly after provisioned. I'm struggling to understand the correct way on how to do this using orderhints. I've been reading up on…
0
votes
1 answer

Microsoft graph api planner task bulk insertion

We are using microsoft graph api v1.0 in our .Net core application from planner tasks crud operations. Steps we are performing are: Create group Create planner plan Create multiple tasks under above group and plan. Sometimes everything works fine…
0
votes
0 answers

Microsoft Graph API - Using postman to update the created task in microsoft planner

I am trying to update the task in Microsoft planner using Graph API in postman. I have already created a blank task and I am updating the created task using PATCH function to attach a file. PATCH Request: PATCH…
1
2 3