Click or drag to resize
Galactic API

iCalendarUtilityGetCalendarText Method

Returns the text of the iCalendar feed associated with the calendar object supplied.

Namespace:  Galactic.Calendar.iCalendar
Assembly:  Galactic.Calendar.iCalendar (in Galactic.Calendar.iCalendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public string GetCalendarText(
	Calendar calendar
)

Parameters

calendar
Type: Galactic.CalendarCalendar
The object to get the iCalendar feed text of.

Return Value

Type: String
The text of the iCalendar feed associated with the calendar supplied.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a calendar is not provided.
See Also