AppointmentCalendar クラス

AppointmentCalendar クラス (Windows.ApplicationModel.Appointments 名前空間)

[APIドキュメント]

public sealed class AppointmentCalendar

継承:Object → AppointmentCalendar

プロパティ

CanCancelMeetings

@ [APIドキュメント]

public bool CanCancelMeetings { get; set; }

CanCreateOrUpdateAppointments

@ [APIドキュメント]

public bool CanCreateOrUpdateAppointments { get; set; }

CanForwardMeetings

@ [APIドキュメント]

public bool CanForwardMeetings { get; set; }

CanNotifyInvitees

@ [APIドキュメント]

public bool CanNotifyInvitees { get; set; }

CanProposeNewTimeForMeetings

@ [APIドキュメント]

public bool CanProposeNewTimeForMeetings { get; set; }

CanUpdateMeetingResponses

@ [APIドキュメント]

public bool CanUpdateMeetingResponses { get; set; }

DisplayColor

@ [APIドキュメント]

public Color DisplayColor { get; set; }

DisplayName

@ [APIドキュメント]

public string DisplayName { get; set; }

IsHidden

@ [APIドキュメント]

public bool IsHidden { get; set; }

LocalId

@ [APIドキュメント]

public string LocalId { get; }

MustNofityInvitees

@ [APIドキュメント]

public bool MustNofityInvitees { get; set; }

OtherAppReadAccess

@ [APIドキュメント]

public AppointmentCalendarOtherAppReadAccess OtherAppReadAccess { get; set; }

OtherAppWriteAccess

@ [APIドキュメント]

public AppointmentCalendarOtherAppWriteAccess OtherAppWriteAccess { get; set; }

RemoteId

@ [APIドキュメント]

public string RemoteId { get; set; }

SourceDisplayName

@ [APIドキュメント]

public string SourceDisplayName { get; }

SummaryCardView

@ [APIドキュメント]

public AppointmentSummaryCardView SummaryCardView { get; set; }

SyncManager

@ [APIドキュメント]

public AppointmentCalendarSyncManager SyncManager { get; }

UserDataAccountId

@ [APIドキュメント]

public string UserDataAccountId { get; }

メソッド

DeleteAppointmentAsync

@ [APIドキュメント]

public IAsyncAction DeleteAppointmentAsync(string localId);

DeleteAsync

@ [APIドキュメント]

public IAsyncAction DeleteAsync();

FindAppointmentsAsync

@ [APIドキュメント]

public IAsyncOperation<IReadOnlyList<Appointment>> FindAppointmentsAsync(DateTimeOffset rangeStart, TimeSpan rangeLength);
public IAsyncOperation<IReadOnlyList<Appointment>> FindAppointmentsAsync(DateTimeOffset rangeStart, TimeSpan rangeLength, FindAppointmentsOptions options);

GetAppointmentAsync

@ [APIドキュメント]

public IAsyncOperation<Appointment> GetAppointmentAsync(string localId);

SaveAppointmentAsync

@ [APIドキュメント]

public IAsyncAction SaveAppointmentAsync(Appointment appointment);

TryCreateOrUpdateAppointmentAsync

@ [APIドキュメント]

public IAsyncOperation<bool> TryCreateOrUpdateAppointmentAsync(Appointment appointment, bool notifyInvitees);