]> err.no Git - sope/blob - sope-ical/NGiCal/README
minor improvements to parsing
[sope] / sope-ical / NGiCal / README
1 # $Id$
2
3 TODO: improve text
4
5 Objective-C classes for representing iCalendar entities as objects. To
6 actually parse iCalendar entities the sope-xml versitSaxDriver is used.
7 Note that this library doesn't make any use of the now deprecated libical but
8 rather relies on the SAX interface (SaxObjectDecoder is used).
9
10 Recurrences
11 ===========
12
13 Recurrences are modeled via iCalRecurrenceRules and an iCalRecurrenceCalculator
14 which contains all the necessary logic according to RFC2445 to interpret
15 iCalRecurrenceRules. The calculator needs a referrence date for the first
16 instance of a recurrence which is usually provided by any of the repeatable
17 entity objects (i.e. iCalEvent).
18
19 Please note that recurrences are work in progress and far from being
20 complete/compliant with RFC2445. So far only the most simple cases are done
21 properly.