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.