DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

Loads an iCalendar from an open stream.

Namespace:  DDay.iCal
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
public static iCalendar LoadFromStream(
	Stream s
)

Parameters

s
Type: System.IO..::.Stream
The stream from which to load the iCalendar object

Return Value

An iCalendar object

See Also