AppointmentStore.GetAppointmentCalendarAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|