Windows.ApplicationModel.Appointments 命名空間
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
包含 Appointment 類別和相關支援類別。 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 |
指定約會的週期類型。 |
備註
如需如何管理 約會 的詳細資訊,請參閱 管理約會和快速入門:管理約會 。