# $Id$

TODO: update text

Objective-C classes for representing iCalendar entities as objects. To
actually parse iCalendar entities the skyrix-xml iCalSaxDriver is used.
Note that this library doesn't directly link against libical but rather
relies on the SAX interface (SaxObjectDecoder is used).

OPEN: should we add the "ical" generation tags to this library or to
NGObjWeb or to ... ?? => iCal rendering should probably be a separate 
product-bundle for SOPE

Class Hierarchy

  NSObject
    ICalComponent
      ICalVCalendar
      ICalVEvent
      ICalVFreeBusy
      ICalXRoot
    ICalProperty
      ICalFreeBusy
    ICalParser

  EODataSource
    iCalDataSource