Package edu.cmu.andrew.icalendar

Interface Summary
Agenda  
Event Any class exporting this interface represents a single event.
 

Class Summary
AbstractAgenda Skeleton agenda class that implements the more obvious methods in terms of the harder methods.
AbstractEvent A skeleton Event class.
AgendaComparator Implementation of Comparator for use with Agenda objects.
AgendaRight  
AgendaType  
Component A single ICalendar component from BEGIN: to END: This is a representation of a generic ICalendar component.
DateType Enumerated type representing the different ways of representing DATE-TIME objects in iCalendar.
EventComparator Implementation of Comparator for use with Event objects.
EventComparator.SortByCreationDate  
EventComparator.SortByOwningAgenda  
EventComparator.SortByStartDate  
EventComparator.SortBySummary  
EventStatus Enumerated type representing the value of the iCalendar STATUS property.
ICalendar  
Parameter  
Property  
VCalendarParser Turn streams into ICalendarObjects.
 

Exception Summary
BadComponentException Exception thrown when attempting to parse an invalid ICalendar object.
ICalendarParseException Exception thrown when attempting to parse an invalid ICalendar object.