前言
要如何透過 Exchange Web Service (EWS) 來取得使用者的會議資訊呢?
可以參考 how to get the calendar items from other users with EWS API Outlook
透過 FolderId 及 CalendarFolder.Bind 來達到。
實作
1.專案請加入 Microsoft.Exchange.WebServices
Nuget 套件及 System.DirectoryServices
參考。
2.接下來 EWS 的 Web Service URL 及設定連線人員帳/密,就可以取得使用者的會議資訊,如下,
1 | using Microsoft.Exchange.WebServices.Data; |
輸出如下,
參考資源
how to get the calendar items from other users with EWS API Outlook
Get appointments and meetings by using EWS in Exchange