CreateCalendarAsync Method
Creates a new calendar collection resource.
Syntax
[VB.NET] Public Function CreateCalendarAsync(ByVal ResourceURI As String) As Task
[C#] public Task CreateCalendarAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreateCalendarAsync MethodCreates a new calendar collection resource. Syntax[VB.NET] Public Function CreateCalendarAsync(ByVal ResourceURI As String) As Task [C#] public Task CreateCalendarAsync(string resourceURI); RemarksThis method is the asynchronous version of the CreateCalendar method and is used to support asynchronous operations in WinRT. Please refer to CreateCalendar for more information. |
||