Warning, /pim/kdepim-runtime/resources/kolab/pimkolab/README is written in an unsupported language. File is not indexed.
0001 = About = 0002 0003 Libkolab provides advanced calendaring functionality including: 0004 * recurrence handling 0005 * timezone handling 0006 * iTip/iMip parsing/generating 0007 * Freebusy generating 0008 0009 To implement most of the functionality, the kdepim libraries are used. The functionality of this library can be exposed via SWIG bindings to other languages. 0010 0011 Structure: 0012 * kolabformatv2: Kolabformat v2 implementation from kdepim-runtime (moved here) 0013 * kolabformat: Kolab object reading/writing (mime message + kolab-format). Handles v2/v3 transparently. 0014 Currently this interface uses the KDE Containers, eventually we'd want one that uses the Kolab Containers and can be wrapped in SWIG bindings. 0015 * conversion: Conversions from KDE to Kolab containers and vice verca. 0016 * mime: Mime message handling used by kolabformat 0017 * icalendar: Exposes iCalendar functionality: iCal reading/writing, iTip, iMip 0018 * calendaring: Some general calendaring functions 0019 * freebusy: Freebusy generating functions.