Click or drag to resize
Galactic API

iCalendarUtilitySaveCalendar Method (Calendar)

Saves the supplied calendar to its file location specified in the configuration file.

Namespace:  Galactic.Calendar.iCalendar
Assembly:  Galactic.Calendar.iCalendar (in Galactic.Calendar.iCalendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public override bool SaveCalendar(
	Calendar calendar
)

Parameters

calendar
Type: Galactic.CalendarCalendar
The calendar object to save.

Return Value

Type: Boolean
Always returns true. (The iCalendar serializer does not report whether it was successful.)
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if a calendar is not provided.
See Also