Forum Discussion
Amiryaari
Jan 30, 2024Copper Contributor
Allowing calendar graph access through API but not with outlook client
Hello everyone, hope I can find an answer to our issue. We have an app configured on azure to allow members of our organization to edit a shared calendar through API. This works fine. The issue...
VasilMichev
Jan 30, 2024MVP
Which API are you using and what kind of permissions have been granted?
Amiryaari
Jan 30, 2024Copper Contributor
VasilMichev
I'm running API calls like PATCH https://graph.microsoft.com/v1.0/me/calendars/[outlook_calendar_id]/events/[event_id] to update an event.
The users get edit access to that calendar.