DDay.iCal Version 0.71

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

Loads an iCalendar from a given Uri, using a specified username and password for credentials.

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

Syntax

C#
public static iCalendar LoadFromUri(
	Uri uri,
	string username,
	string password
)

Parameters

uri
Type: System..::.Uri
username
Type: System..::.String
password
Type: System..::.String

Return Value

an iCalendar object

See Also