简体   繁体   English

使用JAVA检索Outlook会议室位置

[英]Retrieve Outlook Meeting Room Locations using JAVA

I am trying to send an Outlook meeting invite using JAVA. 我正在尝试使用JAVA发送Outlook会议邀请。 I have managed to send the invite using JAVA mail API as discussed in this post 我已设法使用JAVA邮件API发送邀请,如本文所述

How to send an iCal meeting request using Java Mail, and receive the response 如何使用Java Mail发送iCal会议请求,并接收响应

The problem is that here Location of the Meeting Room is hard-coded. 问题是这里会议室的位置是硬编码的。

"LOCATION:Conference room\n"

I need to retrieve the available rooms from the Outlook and then select one of these rooms as my meeting room location. 我需要从Outlook中检索可用的房间,然后选择其中一个房间作为我的会议室位置。

You may find EWS (Exchange Web Services) helpful. 您可能会发现EWS(Exchange Web服务)很有帮助。 See EWS Managed API, EWS, and web services in Exchange for more information. 有关详细信息请参阅Exchange中的EWS托管API,EWS和Web服务

Also you may try to automate Outlook. 您也可以尝试自动化Outlook。 See How to automate Outlook from another program . 请参阅如何从其他程序自动化Outlook

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

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