Hello community,
I am currently building a Power App that needs to be integrated to Microsoft Planner as close as possible. So far I have been using the Planner connector but quickly noticed it is not enough to perform all operations in my requirement. Therefore, Graph API is required.
In the best case, the requests would happen with the user's delegated permissions. Recently I have been using the HTTP actions of Microsoft connectors such as "Send a Microsoft Graph HTTP request" with Teams, Outlook, O365 Groups, etc.

This has been very good and simple solution as it doesn't require an Azure app registration to handle different permissions. The downside of this is the lack of endpoints and resources. I haven't found an action that supports the /planner endpoint.
Any suggestions what is the best way to use Planner's Graph API?
Thanks in advance,
Ville