AppointmentStore クラス

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

[APIドキュメント]

public sealed class AppointmentStore

継承:Object → AppointmentStore

プロパティ

メソッド

CreateAppointmentCalendarAsync

@ [APIドキュメント]

public IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(string name);
public IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(string name, string userDataAccountId);

FindAppointmentCalendarsAsync

@ [APIドキュメント]

public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync();
public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions options);