question

23239183 avatar image
1 Vote"
23239183 asked SundariRagavan-4086 commented

ErrorAccessDenied in Create event to other User

hello

i´m call https://graph.microsoft.com/v1.0/users/correo@midominio.com/calendar/events in step http in Microsoft Automate at march and return ok, i'm call the same step at april 2021 and return error de seme flow

Because go to the Graph-Explore

92887-image.png

92981-image.png

My solution that I consider incorrect is to generate the token beforehand and send it in the http request

Has this happened to you?


microsoft-graph-calendar
image.png (55.3 KiB)
image.png (56.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello, I'm also facing the same issue. How to fix this error ?

0 Votes 0 ·

1 Answer

DianaWanjuhi-1579 avatar image
0 Votes"
DianaWanjuhi-1579 answered ROUZIESJeanLaurent-6015 published

Hello @ClaudioMorales-2195 this might be happening since the user whose calendar you are trying to create the event on has not shared their calendar with the user creating the event. From the outlook-get-shared-events-calendars documentation, an owner can grant a delegate to their primary calendar and act on their behalf, to receive or respond to meeting requests, or create or change items in the primary calendar. To solve this issue, kindly follow this guide on outlook-create-event-in-shared-delegated-calendar which will allow your users to create events on another's calendar.

Let me know if this helps - and if you have further questions,

Diana.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @DianaWanjuhi-1579

In March 2021 exactly this same code worked with the same users

In April 2021 this code stopped working with the same users.

This error I have replicated in more than 20 tenants that I have access

0 Votes 0 ·

Hey

Late to the party, maybe this?

https://docs.microsoft.com/en-us/graph/cloud-communication-online-meeting-application-access-policy

We noticed the same issue, trying to apply those policies

0 Votes 0 ·