Exchange EWS 日历约会状态

发布于 2025-01-01 10:56:56 字数 372 浏览 2 评论 0原文

我针对 Exchange 2010 SP1 使用 EWS。

我正在尝试检索既未接受也未拒绝的约会列表。我认为 AppointmentState 可能是我正在寻找的字段,但这似乎不是正确的字段(请参阅链接),有谁知道我在哪里可以找到预约是否被接受或拒绝? 约会状态 [http://msdn.microsoft.com/en-us/library/microsoft.exchange.webservices.data.appointment_members(v=exchg.80).aspx] 约会状态定义 [http://msdn.microsoft.com/en-us/library/aa564700(v=exchg.140).aspx]

I am using EWS against Exchange 2010 SP1.

I am trying to retrieve a list of appointments that have been neither accepted or declined. I thought AppointmentState may be the field i was looking for, but this does not seem to be the correct field (see links), does anyone know where i can find if a appointment has been accepted or declined?
AppointmentState
[http://msdn.microsoft.com/en-us/library/microsoft.exchange.webservices.data.appointment_members(v=exchg.80).aspx]
AppointmentState Definition
[http://msdn.microsoft.com/en-us/library/aa564700(v=exchg.140).aspx]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凉城已无爱 2025-01-08 10:56:56

经过进一步研究,这似乎不是您需要关注的领域。 requiredAttendee 和OptionalAttendees 集合就在那里,详细信息如下:

EWS 管理:获取约会的必需和可选参与者

after further research it appears that this is not the field you need to look at. the RequiredAttendee sand OptionalAttendees collections is where it's at, as detailed here:

EWS-manged: Fetch required and optional attendees of appointments

蓝戈者 2025-01-08 10:56:56

您可以在 MyResponseType 属性。

这将具有以下值之一:

  • 未知 - 响应状态未知
  • 组织者 - 项目所有者是会议组织者
  • 暂定 - 项目所有者暂时接受
  • 接受 - 项目所有者接受
  • 拒绝 - 项目所有者拒绝
  • NoResponseReceived - 项目所有者没有但响应邀请

这些值在 EWS 托管 API 文档

You can check whether the appointment was accepted or declined in the MyResponseType poperty.

This will have one of the following values:

  • Unknown - Response status is unknown
  • Organizer - The item owner is the meeting organizer
  • Tentative - The item owner accepted tentatively
  • Accept - The item owner accepted
  • Decline - The item owner declined
  • NoResponseReceived - The item owner did not yet respond to the invitation

The values are explained a little better in the documentation of the property in the EWS managed API documentation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文