GetCalendarAsync Method
Retrieves information about the specified calendar.
Syntax
[VB.NET] Public Function GetCalendarAsync(ByVal calendarId As String) As IAsyncAction
[C#] public IAsyncAction GetCalendarAsync(string calendarId);
Google Integrator V2 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetCalendarAsync MethodRetrieves information about the specified calendar. Syntax[VB.NET] Public Function GetCalendarAsync(ByVal calendarId As String) As IAsyncAction [C#] public IAsyncAction GetCalendarAsync(string calendarId); RemarksThis method is the asynchronous version of the GetCalendar method and is used to support asynchronous operations in WinRT. Please refer to GetCalendar for more information. |
||