Click or drag to resize
Galactic API

iCalendarUtility Class

Provides various utility methods for use with iCalendars. Uses the DDay.iCal library. http://www.ddaysoftware.com/Pages/Projects/DDay.iCal/
Inheritance Hierarchy
SystemObject
  Galactic.CalendarCalendarUtility
    Galactic.Calendar.iCalendariCalendarUtility

Namespace:  Galactic.Calendar.iCalendar
Assembly:  Galactic.Calendar.iCalendar (in Galactic.Calendar.iCalendar.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public class iCalendarUtility : CalendarUtility

The iCalendarUtility type exposes the following members.

Constructors
  NameDescription
Public methodiCalendarUtility
Default constructor.
Public methodiCalendarUtility(String, String)
Creates the utility class that allows for loading iCalendar files.
Top
Properties
  NameDescription
Public propertyCalendarNames
A list of the names of calendars available via the calendar provider.
(Overrides CalendarUtilityCalendarNames.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCalendar
Gets a calendar from the provider.
(Overrides CalendarUtilityGetCalendar(String, DateTime, DateTime).)
Public methodGetCalendarText
Returns the text of the iCalendar feed associated with the calendar object supplied.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSaveCalendar(Calendar)
Saves the supplied calendar to its file location specified in the configuration file.
(Overrides CalendarUtilitySaveCalendar(Calendar).)
Public methodSaveCalendar(Calendar, String)
Saves the supplied calendar object as an iCalendar file at the supplied path.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also