In fact, I have an Outlook email account of the type contact@xxx.fr that allows me to CRUD about ten calendars when I am on: Outlook - So, the scenario is that I have technicians with their schedules on Outlook and I come to set and modify their appointments. I also have access to Microsoft Azure where I’ve made an app registration, with all the necessary elements to be able to read / modify the content. So now, what I want is that in my Bubble app, I can see the various appointments by doing a GET and most importantly, I can modify my get according to dynamic users so that the content viewed is correct. I have two problems regarding this and everything I’ve tried: when I set up an auth2 user agent flow in Bubble, I have two issues: 1) Every hour we have to refresh a token and it’s not manageable, and 2) the problem is that in fact I realize that auth2 is linked only to a user of my Bubble application, so when I log in as a Bubble user with an email other than “contact@xxx” nothing works. Do you have any idea what I should look into? Thank you very much, I’ve been stuck on this for many days.
Regarding the technicians - Microsoft treats ‘Outlook emails’ differently to Active Directory ‘Users’. But, if you feel this is working then this might not be the cause of your issue.
I’m don’t think you have setup the Microsoft Graph API correctly as you shouldn’t need to reset the Token every hour. I would need to look at your app with you to assess this.
Auth2 is linked to a single Active Directory user, yes. You could authenticate a second user and give them some permissions. Hard to know without more context.
If you would like more help best to DM me.