It's possible to get the event message with the Mail.Read permission?
I have an API that access the user outlook and save the emails in our system.
We currently use the Mail.ReadWrite permission.
One of our clients received an email which was an invite for o outlook calendar task. However, when our API tries to get the body of the message, that box to accept or decline an invitation does not appear.
I realized that i have to get this info from the Events objects.
I tried to get it from 'https://graph.microsoft.com/v1.0/me/messages/{messageid}/?$expand=microsoft.graph.eventMessage/event'
But I'am getting "Error access denied" as a result.
Can anyone help me with any insight?
I think that I have to change the permission of my app but i'm not sure