AppointmentCalendar 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表具有約會的行事曆。
public ref class AppointmentCalendar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendar
Public NotInheritable Class AppointmentCalendar
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
應用程式功能 |
appointmentsSystem
|
備註
呼叫 AppointmentStore.CreateAppointmentCalendarAsync、 AppointmentStore.FindAppointmentCalendarsAsync或 AppointmentStore.GetAppointmentCalendarAsync 方法來取得此類別的實例。
版本歷程記錄
Windows 版本 | SDK 版本 | 已新增值 |
---|---|---|
1607 | 14393 | RegisterSyncManagerAsync |
屬性
CanCancelMeetings |
取得或設定布林值,指出行事曆是否支援取消會議。 |
CanCreateOrUpdateAppointments |
取得或設定布林值,指出行事曆是否支援建立或更新約會。 |
CanForwardMeetings |
取得或設定布林值,指出行事曆是否支援轉寄會議。 |
CanNotifyInvitees |
取得或設定布林值,指出行事曆是否支援通知出席者。 |
CanProposeNewTimeForMeetings |
取得或設定布林值,指出行事曆是否支援建議新的會議時間。 |
CanUpdateMeetingResponses |
取得或設定布林值,指出行事曆是否支援更新會議回覆。 |
DisplayColor |
取得內建行事曆應用程式用於與行事曆相關聯的約會的色彩。 |
DisplayName |
取得字串,表示 AppointmentCalendar的顯示名稱。 |
IsHidden |
取得 AppointmentCalendar 是否隱藏在裝置的內建行事曆 UI 中。 |
LocalId |
取得字串,這個字串可唯一識別本機裝置上的約會行事曆。 |
MustNofityInvitees |
取得或設定布林值,指出是否必須傳送邀請者通知。 |
OtherAppReadAccess |
取得或設定布林值,指出裝置上的其他應用程式是否具有約會行事曆的讀取權限。 |
OtherAppWriteAccess |
取得或設定布林值,指出裝置上的其他應用程式是否具有約會行事曆的寫入權限。 |
RemoteId |
取得 AppointmentCalendar的遠端識別碼。 |
SourceDisplayName |
取得字串,描述約會行事曆的提供者。 |
SummaryCardView |
取得或設定行事曆約會的摘要卡片顯示方式。 |
SyncManager |
取得 AppointmentCalendarSyncManager ,可用來與遠端伺服器同步。 |
UserDataAccountId |
取得 AppointmentCalendar使用者帳戶資料的識別碼。 |