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