I have some code set up which is successfully reading calendar events from full Office 365 user accounts
When I try and use the same code to read calendar events from a shared mailbox (after authenticating with that shared mailbox's email address and password), I get the following error...
x-ms-diagnostics: 2000005;reason="The user account in the token is disabled.";error_category="invalid_user"
Is is at all possible to read the calendar events from a "shared mailbox" account using the Office 365 API? Or can I only read calendar events from full user accounts?