Content
How to modify "Planner->plan->Plan settings -> Notifications" plan notification data by using Graph API
We need to create plan and update plan settings notification values by using MS Graph API. I am able to create/Update plan but not getting any help to update notification data.

outlook drag and drop not working windows 10
When drag and drop doesn't work

While writing the PL-400 exam the technical issue occurred and I was unable to write the exam in pearson Vue. I claim this free Microsoft Certification exam from the Microsoft Learn Cloud Skills Challenge .Now how can I retake this PL 400 exam ??
While writing the PL-400 exam the technical issue occurred and I was unable to write the exam in pearson Vue. I claim this free Microsoft Certification exam from the Microsoft Learn Cloud Skills Challenge .Now how can I retake this PL 400 exam ??
Issue regarding updating MS ToDo Task's status to completed.
Respected Readers, I am trying to update the Status to 'completed' of Microsoft ToDo's Task using Microsoft Graph REST API v1.0 -> Microsoft To Do API. I am using Python language. but on the status change to 'completed' the task on my MS ToDo will be…
Error creating Planner Task Checklist with graph API
I'm unable to create checklist items using the graph API. I keep getting the error: Exception of type 'Microsoft.Graph.Models.ODataErrors.ODataError' was thrown. public async static Task<PlannerTaskDetails>…
Planner CheckList .Net SDK error - Value cannot be null. Parameter name: qualifiedName
Hi, I am having an error when using the Microsoft Graph. I am using the .NET SDK version 5.19.0. I am using the Graph with the application permissions: Task.ReadAll, Task.ReadWriteAll I am trying to create or update a PlannerDetails item which is a…
window 10 professional version condition can not share document with colleague
Hi Sir Nice to contact with you, this is Lyman from shaoxing guangye garment co.,ltd, we are using windows 10 software with all the colleague togethere here, and we are in the same Lan. Now our problem is I can not see the document that which was shared…
Get comments from the planner task
Hi all, How can I get all comments from the planner task? I am getting task details, but there are no comments.
Isuue in tracking delta changes for each plan per tab within a team in MS Teams?
I am trying to get delta changes of a plan per tab within teams by making a API call. Get Delta for planner URL GET : https://graph.microsoft.com/beta/users/{id}/planner/all/delta I tried passing plan id in place of id in URL. This request returns…
planner task assigned to user using graph API
We are using ClientSecretCredential to create planner task using Graph API. It is working fine without Assignments. But as soon as we are adding assignment it is throwing exception " The request is invalid: Value cannot be null. Parameter name:…
Missing sender info in comments from the planner task
I am getting all the comments from Planner with "groups/[GroupID]/threads/[ConversationID]/posts" But Im getting no sender or from information @odata.etag : XXXXXX id : XXXXXX createdDateTime :…
Looking for a way to sync TODO tasks created in Outlook via drag and drop emails into Microsoft Teams Planner shared with paralegal
Hi, I have been trying different methods I have found through the community using power automate and different flows, but I feel like there is a much easier and more streamlined way to do accomplish what I am trying to do. Any insight would be helpful. I…
How can i set the createdBy property when creating a task with the API?
Hi I am trying to create tasks using the API But i figured everything out so far, but i have a problem setting the createdBy, cause when a task is created with API, the createdBy prop is null, which ends up showing the user who is logged in as the…

When creating a Planner Task using the Graph API authenticated using an Azure App, the task can not be opened on IOS or Android Teams
When creating a Planner Task using the Graph API authenticated with an Azure App and not a user, if the Planner is added to a Teams Channel as a Tab, the task can not be opened in the Teams app on IOS or Android. Use an Azure App to authenticate to…
new-mgplannertask with recurrence
is there a way to set the recurrence of a task using cmdlet New-MgPlannerTask? i can see that setting a recurrence directly from planner calls the xhr https://tasks.office.com/<client>/TasksApiV1/UpdateTask and also i guess in case i could set…
How do I update a planner task in Graph API?
I'm trying to update a Planner task through the Graph API, adding comments to it from an external source. The API documentation does not seem to include the ability to access comments (looking here…
add "assignedBy" and "createdBy" in PlannerTask
We need to add created By and Assigned By in planner task. we are successfully added Assigned TO : How to add AssignedBy and We are using application permission, and need to create a planner task. By default when we are creating a Planner task…
Why this filter doesn't work?
https://graph.microsoft.com/v1.0/users/___/planner/tasks?$filter=dueDateTime ge 2023-02-01T00:00:00Z It still shows tasks from January, February Thank you
Graph Subscription API issue
Issue description - For the delete task event, we do not receive any notification from Microsoft for graph and graph beta API, but receive the same for creating and updating the task. Details used: Request url :…
When using the planner API , get 403 errors with Unknown error
recceivng this response: { "error": { "code": "UnknownError", "message": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"…