简体   繁体   中英

Outlook APIs for getting meeting room details whether room is booked or not

I want to know is there any Outlook APIs for getting meeting room details that who have booked the particular room for the whole day. I need get such details through APIs like, 1.)Meeting room is booked or not for any particular time. 2.) If booked, who has booked that room. Employee Name, and other details if any.

I need to know what are the APIs need to be used, I need to develop in JAVA, so java api is required. Any sample is there, please provide me to work on. Please help me. Thanks in advance.

Please take a look at EWS Java API that is now open-source. That would be the best way for your scenario if you targeting both customers using Office 365 or those who run Exchange on-premises. If you are targeting Office 365 only, you can use our Calendar REST APIs . However, for REST APIs, you will need to wait for support for service accounts that will be released in the coming weeks. You will need to use a service account to access the conference room's calendar and then will able to retrieve the info you are looking for.

[UPDATE]: Support for service accounts for REST APIs is now available. Please see our blog announcement for more details and let us know if you have any questions.

您似乎对Exchange中的EWS托管API,EWS和Web服务感兴趣。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM