method ICalendar.LoadFile (FileName as String)
Loads a file.

TypeDescription
FileName as String A String expression that indicates the ICS file to be loaded.
The LoadFile / LoadFileFromUnicode method loads iCalendar format from a file. The Load method loads iCalendar format from giving string. 

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.