【问题标题】:Does we have Json rest api for GetUserAvailability operation in outlook exchange server api?我们在 Outlook Exchange Server api 中是否有用于 GetUserAvailability 操作的 Json rest api?
【发布时间】:2018-03-13 23:00:21
【问题描述】:

我已经实现了 Soap api 来获取特定人员的忙/闲数据。但是

是否有任何休息 api 。因为rest api的实现更加灵活。

https://msdn.microsoft.com/en-us/library/office/aa564001(v=exchg.150).aspx

这是我实现 Soap 请求的方式。

How can i get the outlook free / busy rest api for my own company email exchange?

【问题讨论】:

    标签: outlook exchange-server outlook-restapi


    【解决方案1】:

    是的,我们在 MS Graph 中有它。它被称为查找会议时间 API。

    https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_findmeetingtimes

    【讨论】:

    • 如何将这种 url 格式用于交换服务器。 Exchanges 服务器 url 是这样的 --- https://--your-exchange-url--/EWS/Exchange.asmx 。我怎样才能得到这个?我是不是错过了什么。这个 api 看起来像在线帐户。
    • 你所指的URL叫做EWS协议。 Exchange 2016 也支持 Rest API。因此,如果您有 Exchange server 2016,您也可以在那里使用 Rest api:msdn.microsoft.com/en-us/office/office365/api/…
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2018-05-25
    • 1970-01-01
    • 2016-11-15
    • 1970-01-01
    • 2020-10-06
    • 2014-09-17
    • 2015-12-08
    相关资源
    最近更新 更多