简体   繁体   English

Outlook API,用于获取会议室详细信息,无论是否已预订会议室

[英]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. 我想知道是否有用于获取会议室详细信息的Outlook API,这些API整天预订了特定的会议室。 I need get such details through APIs like, 1.)Meeting room is booked or not for any particular time. 我需要通过以下API来获取此类详细信息:1.)会议室是否在任何特定时间都已预订。 2.) If booked, who has booked that room. 2.)如果已预定,谁预定了那个房间。 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. 我需要知道需要使用哪些API,我需要在JAVA中进行开发,因此需要Java api。 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. 请查看现在开放源代码的EWS Java API That would be the best way for your scenario if you targeting both customers using Office 365 or those who run Exchange on-premises. 如果您同时针对使用Office 365的客户或在本地运行Exchange的客户,这将是您的方案的最佳方法。 If you are targeting Office 365 only, you can use our Calendar REST APIs . 如果您仅以Office 365为目标,则可以使用我们的Calendar REST API However, for REST APIs, you will need to wait for support for service accounts that will be released in the coming weeks. 但是,对于REST API,您将需要等待对将在未来几周内发布的服务帐户的支持。 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. [更新]:现已提供对REST API服务帐户的支持。 Please see our blog announcement for more details and let us know if you have any questions. 请查看我们的博客公告以获取更多详细信息,如果您有任何疑问,请告诉我们。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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