Search code examples
office365outlook-restapioutlook-calendar

Log in into Outlook meeting room account


Is it possible to log in into an Office365 Meeting Room user?

I need to use an android app for each Meeting Room of my company and get the meeting room bookings to save them into a shared local repository.

I have to use Outlook Calendar REST API to get the meetings, is it possible?

"The meeting rooms have resource accounts, not user accounts. This means they cannot be logged into".. is this true??

Many thanks


Solution

  • It is true, you cannot log in to resource accounts. Today in order to access meeting room mailboxes, you need to implement the client credential flow and gain access to all mailboxes in the organization.

    A couple of samples: