使用C#

时间:2018-06-05 12:14:37

标签: c# visual-studio office365

如何使用C#从OWA(outlook web Access)检索日历会议和约会列表。不使用交换网络服务

1 个答案:

答案 0 :(得分:0)

您可以使用Microsoft Graph Api:

https://developer.microsoft.com/en-us/graph/docs/api-reference/beta/api/user_list_events

或Outlook Api:

https://msdn.microsoft.com/en-us/office/office365/api/calendar-rest-operations

简单的谷歌搜索将为您提供上述结果......