Windows.ApplicationModel.Appointments 命名空间
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 Appointment 类和相关支持类。 约会表示日历中的约会。
类
Appointment |
表示日历中的约会。 使用 ActivationKind 的 AppointmentsProvider 值作为 AppointmentInformation 属性的值激活应用时,将使用此类。 |
AppointmentCalendar |
表示具有约会的日历。 |
AppointmentCalendarSyncManager |
提供对 AppointmentCalendar 对象的同步功能的访问权限。 |
AppointmentConflictResult |
表示约会之间的冲突。 |
AppointmentException |
表示一个约会实例,该实例是主约会中的例外。 |
AppointmentInvitee |
表示日历中约会的参与者。 |
AppointmentManager |
提供 API 以与用户的约会提供程序应用交互, (例如日历应用) 。 调用静态方法以显示特定于提供程序的 UI,以便用户可以执行任务。 |
AppointmentManagerForUser |
表示特定用户的约会经理。 |
AppointmentOrganizer |
表示日历中约会的组织者。 |
AppointmentProperties |
提供标识约会属性的字符串。 |
AppointmentRecurrence |
表示约会的时间和频率。 |
AppointmentStore |
表示包含约会的存储区。 |
AppointmentStoreChange |
表示约会存储中发生的更改。 |
AppointmentStoreChangedDeferral |
表示 AppointmentStoreChangedEventArgs.GetDeferral 方法返回的后台任务延迟。 |
AppointmentStoreChangedEventArgs |
为 StoreChanged 事件提供数据。 |
AppointmentStoreChangeReader |
使呼叫应用能够读取其约会存储中的约会更改。 |
AppointmentStoreChangeTracker |
提供用于管理约会更改跟踪的 API。 |
AppointmentStoreNotificationTriggerDetails |
传递给后台任务,以指示该任务是由 AppointmentStore 调用的。 |
FindAppointmentsOptions |
表示修改约会查询的一组选项。 |
接口
IAppointmentParticipant |
提供有关日历中约会参与者的信息。 |
枚举
AppointmentBusyStatus |
指定约会参与者的忙碌状态。 |
AppointmentCalendarOtherAppReadAccess |
指定提供给应用日历的读取访问权限级别。 |
AppointmentCalendarOtherAppWriteAccess |
指定为应用日历提供的写入访问权限级别。 |
AppointmentCalendarSyncStatus |
指定 AppointmentCalendar 的当前同步状态。 |
AppointmentConflictType |
指定约会与其他约会冲突的方式。 |
AppointmentDaysOfWeek |
指定发生约会的星期数。 |
AppointmentDetailsKind |
在约会详细信息中定义内容类型。 |
AppointmentParticipantResponse |
指定参与者对约会邀请的响应。 |
AppointmentParticipantRole |
指定与约会邀请相关的项目的角色。 |
AppointmentRecurrenceUnit |
指定约会发生的频率。 |
AppointmentSensitivity |
指定约会的敏感度。 |
AppointmentStoreAccessType |
指定授予 AppointmentStore 的访问权限级别。 |
AppointmentStoreChangeType |
指定 AppointmentStoreChange 对象表示的更改类型。 |
AppointmentSummaryCardView |
指定约会摘要卡的显示方式。 |
AppointmentWeekOfMonth |
指定约会发生当月的周。 |
FindAppointmentCalendarsOptions |
指定查询约会日历时的其他选项。 |
RecurrenceType |
指定约会的定期类型。 |
注解
有关如何管理约会的信息,请参阅 管理约会 和 快速入门:管理约会 。