mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 11:05:27 +00:00
4a43370a91
and 'e3d03c71b23436eb1ba6f15cfccc6c59a06df891' Monotone-Parent: c8d084db03459d614e6031f3b3996696f8a588b4 Monotone-Parent: e3d03c71b23436eb1ba6f15cfccc6c59a06df891 Monotone-Revision: b1078ea4dae02277bdf66ea5ad2e7fcdb26dc259 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-12-15T22:28:32 Monotone-Branch: ca.inverse.sogo
TODO: improve text Objective-C classes for representing iCalendar entities as objects. To actually parse iCalendar entities the sope-xml versitSaxDriver is used. Note that this library doesn't make any use of the now deprecated libical but rather relies on the SAX interface (SaxObjectDecoder is used). Recurrences =========== Recurrences are modeled via iCalRecurrenceRules and an iCalRecurrenceCalculator which contains all the necessary logic according to RFC2445 to interpret iCalRecurrenceRules. The calculator needs a referrence date for the first instance of a recurrence which is usually provided by any of the repeatable entity objects (i.e. iCalEvent). Please note that recurrences are work in progress and far from being complete/compliant with RFC2445. So far only the most simple cases are done properly.