Hi,
I am trying to get a microsot planner integration. My goal here is to create tasks for a specific user with an action.
I have a Oauth 2 application registered in Azure, I was wondering how I can use it in WeWeb, and link the WeWeb user to my Microsoft users.
I currently use XANO as a backend
Hello @BenoitG :
I don’t know Microsoft planner at all, but I’ve heard they have the Graph API, which includes endpoints for interacting with Planner data. You can use the OpenID plugin to authenticate Azure ID. Since you’re using Xano you can make all the API calls to Microsoft Graph API from Xano I would give it a try and see if it works.
1 Like
You most probably need to use the Microsoft Graph API, so this is not very related to WeWeb but rather related to Xano, you’ll need to set the scopes and configure the signup so that you get back a token that has the correct scopes to allow you to perform actions such as adding an event.
1 Like
Thanks @danlopes and @Broberto . I will definitely check this with Xano.