AppointmentCalendar クラス (Windows.ApplicationModel.Appointments 名前空間)
public sealed class AppointmentCalendar
継承:Object → AppointmentCalendar
[toc]プロパティ
CanCancelMeetings
public bool CanCancelMeetings { get; set; }
CanCreateOrUpdateAppointments
public bool CanCreateOrUpdateAppointments { get; set; }
CanForwardMeetings
public bool CanForwardMeetings { get; set; }
CanNotifyInvitees
public bool CanNotifyInvitees { get; set; }
CanProposeNewTimeForMeetings
public bool CanProposeNewTimeForMeetings { get; set; }
CanUpdateMeetingResponses
public bool CanUpdateMeetingResponses { get; set; }
DisplayColor
public Color DisplayColor { get; set; }
DisplayName
public string DisplayName { get; set; }
IsHidden
public bool IsHidden { get; set; }
LocalId
public string LocalId { get; }
MustNofityInvitees
public bool MustNofityInvitees { get; set; }
OtherAppReadAccess
public AppointmentCalendarOtherAppReadAccess OtherAppReadAccess { get; set; }
OtherAppWriteAccess
public AppointmentCalendarOtherAppWriteAccess OtherAppWriteAccess { get; set; }
RemoteId
public string RemoteId { get; set; }
SourceDisplayName
public string SourceDisplayName { get; }
SummaryCardView
public AppointmentSummaryCardView SummaryCardView { get; set; }
SyncManager
public AppointmentCalendarSyncManager SyncManager { get; }
UserDataAccountId
public string UserDataAccountId { get; }
メソッド
DeleteAppointmentAsync
public IAsyncAction DeleteAppointmentAsync(string localId);
DeleteAsync
public IAsyncAction DeleteAsync();
FindAppointmentsAsync
public IAsyncOperation<IReadOnlyList<Appointment>> FindAppointmentsAsync(DateTimeOffset rangeStart, TimeSpan rangeLength);
public IAsyncOperation<IReadOnlyList<Appointment>> FindAppointmentsAsync(DateTimeOffset rangeStart, TimeSpan rangeLength, FindAppointmentsOptions options);
GetAppointmentAsync
public IAsyncOperation<Appointment> GetAppointmentAsync(string localId);
SaveAppointmentAsync
public IAsyncAction SaveAppointmentAsync(Appointment appointment);
TryCreateOrUpdateAppointmentAsync
public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);