日历事件中与会者的 ResponseStatus 总是 'Unknown'
Attendees' ResponseStatus in Calendar Event always 'Unknown'
我创建了一个 CreateItem-request with a CalendarItem 的活动,将我自己和 example@domain.onmicrosoft.com
分配为所需的参与者。
example@domain.onmicrosoft.com
然后在他的日历中接受邀请,我收到一封电子邮件说他已接受。
我后来通过 FindItem-request with a CalendarView
present in the request asking for the id of the events, and then use a GetItem 请求获取此事件的所有属性。然后它说所有与会者的 ResponseStatus
是 Unknown
.
如何获得真正的与会者'ResponseStatus
?
FindItem 不会 return 与会者响应,因此您需要在每个约会上进行 GetItem 调用以获取 属性 中的信息。 (这只适用于组织者邮箱中的约会副本)
干杯
格伦
我创建了一个 CreateItem-request with a CalendarItem 的活动,将我自己和 example@domain.onmicrosoft.com
分配为所需的参与者。
example@domain.onmicrosoft.com
然后在他的日历中接受邀请,我收到一封电子邮件说他已接受。
我后来通过 FindItem-request with a CalendarView
present in the request asking for the id of the events, and then use a GetItem 请求获取此事件的所有属性。然后它说所有与会者的 ResponseStatus
是 Unknown
.
如何获得真正的与会者'ResponseStatus
?
FindItem 不会 return 与会者响应,因此您需要在每个约会上进行 GetItem 调用以获取 属性 中的信息。 (这只适用于组织者邮箱中的约会副本)
干杯 格伦