method ICalendar.Load (Content as String)
Loads and parses the iCalendar format from giving text.

TypeDescription
Content as String A String expression that specifies the iCalendar format to be loaded.
ReturnDescription
VariantA VARIANT expression. Currently this is not used.
The Load method loads iCalendar format from giving string. The LoadFile / LoadFileFromUnicode method loads iCalendar format from a file. 

The order of the events for Load, LoadFile, LoadFileFromUnicode methods is:  

The Save method saves the control's content to a string, as iCalendar format. The SaveFile / SaveFileAsUnicode method saves the control's content to a file as iCalendar format.