Table of Contents

Namespace Specworks.ICalendar

Classes

CalendarComponent

Base class for all iCalendar components

CalendarProperty

Represents a calendar property with parameters and value

CalendarSerializerExtensions

Extension methods for convenient serialization

ICalendarParser

Parser for text/calendar (iCalendar) format

ICalendarSerializer

Serializer for text/calendar (iCalendar) format

ICalendarValidator

Validator for iCalendar components according to RFC 5545

ParseException
VAlarm

Alarm component (VALARM)

VCalendar

Root calendar object (VCALENDAR)

VEvent

Event component (VEVENT)

VFreeBusy

Free/busy component (VFREEBUSY)

VJournal

Journal component (VJOURNAL)

VTimeZone

Time zone component (VTIMEZONE)

VTimeZoneDaylight

Daylight time zone component (DAYLIGHT)

VTimeZoneStandard

Standard time zone component (STANDARD)

VTodo

To-do component (VTODO)

ValidationResult

Result of validation operation