문제

I am using the EWS Java API 1.2 and now I need to expand my program to know if an appointment has a certain status (available, busy, out of office). How can I know this? Looking through to documentation of the appointment class did not bring anything at first sight.

도움이 되었습니까?

해결책

The method to get this info is called getLegacyFreeBusyStatus(). This returns an enum called LegacyFreeBusyStatus with the values Free, Tentative, Busy, OOF or NoData. (OOF being Out Of Office)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top