To access calendar events using Graph API, you can call the following endpoint: https://graph.microsoft.com/v1.0/me/events
. This will return a list of events for the authenticated user.
The error you are receiving indicates that the tenant for the provided tenant GUID does not exist. Please ensure that you are using a valid tenant GUID and that your application has the correct permissions to access calendar events.
References: