]> err.no Git - sope/blob - sope-ical/NGiCal/README
import of overhauled version of versitSaxDriver
[sope] / sope-ical / NGiCal / README
1 # $Id$
2
3 TODO: update text
4
5 Objective-C classes for representing iCalendar entities as objects. To
6 actually parse iCalendar entities the skyrix-xml iCalSaxDriver is used.
7 Note that this library doesn't directly link against libical but rather
8 relies on the SAX interface (SaxObjectDecoder is used).
9
10 OPEN: should we add the "ical" generation tags to this library or to
11 NGObjWeb or to ... ?? => iCal rendering should probably be a separate 
12 product-bundle for SOPE
13
14 Class Hierarchy
15
16   NSObject
17     ICalComponent
18       ICalVCalendar
19       ICalVEvent
20       ICalVFreeBusy
21       ICalXRoot
22     ICalProperty
23       ICalFreeBusy
24     ICalParser
25
26   EODataSource
27     iCalDataSource