Gabe
Gabe

Reputation: 6347

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

Upvotes: 0

Views: 1264

Answers (1)

Jason Johnston
Jason Johnston

Reputation: 17702

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:

Upvotes: 2

Related Questions