我正在尝试使用JAVA发送Outlook会议邀请。我已设法使用JAVA邮件API发送邀请,如本文所述
How to send an iCal meeting request using Java Mail, and receive the response
问题是这里会议室的位置是硬编码的。
"LOCATION:Conference room\n"
我需要从Outlook中检索可用的房间,然后选择其中一个房间作为我的会议室位置。
答案 0 :(得分:0)
您可能会发现EWS(Exchange Web服务)很有帮助。有关详细信息,请参阅EWS Managed API, EWS, and web services in Exchange。
您也可以尝试自动化Outlook。请参阅How to automate Outlook from another program。