Click or drag to resize
Galactic API

iCalendarUtility Constructor (String, String)

Creates the utility class that allows for loading iCalendar files.

Namespace:  Galactic.Calendar.iCalendar
Assembly:  Galactic.Calendar.iCalendar (in Galactic.Calendar.iCalendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public iCalendarUtility(
	string configurationItemDirectoryPath,
	string configurationItemName
)

Parameters

configurationItemDirectoryPath
Type: SystemString
The physical path to the directory where configuration item files can be found.
configurationItemName
Type: SystemString
The name of the configuration item containing the iCalendar configuration.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if one of the parameters provided is empty, null, or whitespace.
ArgumentExceptionThrown if there was an error reading the configuration data.
Remarks
Configuration data has the following format: Name|URI|username|password Username and password can be empty if they are not required. The configuration file should list one calendar per line.
See Also