【问题标题】:How to get EndRecurrenceDate using microsoft graph api如何使用 microsoft graph api 获取 EndRecurrenceDate
【发布时间】:2020-04-27 06:17:45
【问题描述】:

我正在尝试通过参考此文档来使用 ms graph api 获取 EndRecurrenceDatelink 1

以下所有内容均不适合我。可能是什么原因

https://graph.microsoft.com/v1.0/me/events/{event-id}==?$expand=singleValueExtendedProperties($filter=id eq 'String {6ED8DA90-450B-101B-98DA-00AA003F1305} Id 0x0000000F')   

。 我更改了扩展查询,但它也没有在 API 响应中为 singleValueExtendedProperties 提供任何值

$expand=singleValueExtendedProperties($filter=id eq 'Date {6ED8DA90-450B-101B-98DA-00AA003F1305} Id 0x0000000F')    

$expand=singleValueExtendedProperties($filter=id eq 'String {6ED8DA90-450B-101B-98DA-00AA003F1305} Id 0x0000000F')  

$expand=singleValueExtendedProperties($filter=id eq 'String {6ED8DA90-450B-101B-98DA-00AA003F1305} Name PidLidEndRecurrenceTime')  

【问题讨论】:

    标签: microsoft-graph-api mapi microsoft-graph-calendar extended-properties


    【解决方案1】:

    在 MS-Graph API 中,请通过传递与给定事件对应的 seriesMasterId 来检索 seriesMaster: https://docs.microsoft.com/en-us/graph/api/resources/event?view=graph-rest-1.0

    为了验证,请检查指定事件类型的“类型”字段。它应该有值“seriesMaster”。

    在已经检索到的seriesMaster中,“end”字段代表循环的结束日期。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-06-10
      • 1970-01-01
      • 2022-01-15
      • 1970-01-01
      • 2018-01-06
      • 1970-01-01
      • 1970-01-01
      • 2017-06-26
      相关资源
      最近更新 更多