AppointmentStore クラス (Windows.ApplicationModel.Appointments 名前空間)
public sealed class AppointmentStore
継承:Object → AppointmentStore
[toc]目次
プロパティ
メソッド
CreateAppointmentCalendarAsync
public IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(string name);
public IAsyncOperation<AppointmentCalendar> CreateAppointmentCalendarAsync(string name, string userDataAccountId);
FindAppointmentCalendarsAsync
public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync();
public IAsyncOperation<IReadOnlyList<AppointmentCalendar>> FindAppointmentCalendarsAsync(FindAppointmentCalendarsOptions options);