An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi @zerkerpure
I've spent an afternoon researching it and can conclude: the /calendars endpoint does not support invited guest users, only work accounts registered through the tenant, you can use a postman test to confirm this.
By the way, the /events endpoint also doesn't support invited guest users, the reason why you call successfully in graph explorer is because he represents the member login of the original tenant, you can call the /me endpoint to see the user id, it should be different from the user id in the current tenant. Because it is actually two identities, one is the member identity of the original tenant, and the other is the guest identity of the current tenant.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.