How do we Integrate the Microsoft Planner with my Web Application

Chethan Ramesh 5 Reputation points
2024-05-03T11:10:01.49+00:00

Hello Team,

I have a requirement where I need to integrate Microsoft Planner in My Web Application, not a SharePoint Site.

Just Like what we have to Integrate with Teams similarly, I need to Integration with My Web Application. Need Help on Both the UI and the backend.

Thanks,

Chethan

Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AsithwMSFT 1,520 Reputation points Microsoft External Staff
    2024-05-04T17:17:24.7433333+00:00

    To integrate the Planner through the Graph API, follow these steps:

    • Planner APIs: You can interact with the Planner through the Planner Graph APIs. Here is the documentation for Planner APIs.
    • To access the Planner data via Graph, you need a Graph API access token with valid permissions.
    • to get access token, you need to register app with Microsoft Azure app registration and follow the suitable authentication flow for your web application. refer the below documentation and samples that will help you to integrate your web app:
    • Quickstart: Register an application with the Microsoft identity platform
    • Check Samples: For more guidance, you can check out these samples on GitHub.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.