method ICalendar.LoadFileFromUnicode (FileName as String)
Loads from an UNICODE file.

TypeDescription
FileName as String A String expression that specifies the 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.