AppointmentStore.GetAppointmentCalendarAsync(String) Method

Definition

Retrieves the AppointmentCalendar with the specified LocalId.

public:
 virtual IAsyncOperation<AppointmentCalendar ^> ^ GetAppointmentCalendarAsync(Platform::String ^ calendarId) = GetAppointmentCalendarAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<AppointmentCalendar> GetAppointmentCalendarAsync(winrt::hstring const& calendarId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<AppointmentCalendar> GetAppointmentCalendarAsync(string calendarId);
function getAppointmentCalendarAsync(calendarId)
Public Function GetAppointmentCalendarAsync (calendarId As String) As IAsyncOperation(Of AppointmentCalendar)

Parameters

calendarId
String

Platform::String

winrt::hstring

The LocalId of the AppointmentCalendar to be retrieved.

Returns

An asynchronous operation that returns an AppointmentCalendar upon successful completion.

Attributes

Windows requirements

App capabilities
appointmentsSystem

Applies to