I have already tried that via graph explorer while via same user in the flow it does not work as expected with the following parameters:
however I am using oAuth athentication in the flow that throws following error:
Http request failed as there is an error getting AD OAuth token: 'AA<XXXXXX>>: The resource principal named https://graph.microsoft.com/Calendars.ReadWrite was not found in the tenant named <XXXXXX>>. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You might have sent your authentication request to the wrong tenant.
Trace ID: <XXXXXX>>
Correlation ID: <XXXXXX>>
Timestamp: 2021-03-26 08:21:01Z'
I have specified the URI as follows with correct request body:

And, the OAuth parameters as follows with the correct information:

Any clue on the error? It seems to me that I should add application as service principal to grant permission in some sort of group or something? I am unsure though. I do not know where and how to resolve it!
Thanks,