ImportICSAsync Method
Imports iCal data (contained in an ICS file) into the component's property list.
Syntax
[VB.NET] Public Function ImportICSAsync(ByVal CalendarData As String) As IAsyncAction
[C#] public IAsyncAction ImportICSAsync(string calendarData);