To load an existing an iCalendar object, use one of the provided LoadFromXXX methods.

Examples

For example, use the following code to load an iCalendar object from a URL:
CopyC#
IICalendar iCal = iCalendar.LoadFromUri(new Uri("http://somesite.com/calendar.ics"));

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public iCalendar()
Visual Basic
Public Sub New
Visual C++
public:
iCalendar()

See Also