Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用EWS Java API 1.2,现在我需要扩展我的程序以了解约会是否具有特定状态(可用、忙碌、不在办公室)。我怎么知道这个?乍一看,查看约会课程的文件并没有带来任何东西。
获取此信息的方法称为getLegacyFreeBusyStatus()。LegacyFreeBusyStatus这将返回一个使用值Free、Tentative、Busy或调用OOF的枚举NoData。(OOF 不在办公室)
getLegacyFreeBusyStatus()
LegacyFreeBusyStatus
Free
Tentative
Busy
OOF
NoData