An API that connects multiple Microsoft services, enabling data access and automation across platforms
documentation invalid regarding users workhoursandlocation endpoint
so the documentation states application type permissions are not supported
and if u call /users instead of /me u MUST use ur own id.
both are wrong.
https://graph.microsoft.com/v1.0/users/******@iact.nl/settings/workHoursAndLocations/recurrences
as i am able to get info out of this api with my application authenticated via the javascript
"@azure/msal-node"
package.
since i am developing for a company i'm not asking why this works but more so if this is production safe or i have found unintended behavior.
here are the permission im using for this application:
"roles": [ "Calendars.Read", "Calendars.ReadBasic.All", "Calendars.Read.All" ],