roundcubemail-plugins-kolab/plugins/libcalendaring
2014-03-24 16:12:21 +01:00
..
lib Clarify libcalendaring method access 2014-03-24 16:12:21 +01:00
localization Display delegated-to attribute in iTip view 2014-03-24 15:10:39 +01:00
skins/larry Display delegated-to attribute in iTip view 2014-03-24 15:10:39 +01:00
tests Allow all-day events without DTEND property 2014-03-04 08:55:06 +01:00
libcalendaring.js Add option for the user to enter a comment text for iTip REPLY messages 2014-03-20 18:06:35 +01:00
libcalendaring.php Moved iTip functionality to libcalendaring for common use + improved inline UI for iTip messages and the options a user can select there 2014-03-19 15:32:37 +01:00
libvcalendar.php Suppress property parameters with empty values 2014-03-19 11:10:33 +01:00
README Replace Horde_iCalendar with the SabreTooth VObject library 2013-07-23 17:14:11 +02:00

Library providing common functions for calendar-based plugins
-------------------------------------------------------------

Provides utility functions for calendar-related modules such as

* alarms display and dismissal
* attachment handling
* iCal parsing and exporting

iCal parsing and exporting is done with the help of the Sabretooth VObject
library [1]. A copy of that library with all its dependencies is part of this
package. In order to update it, execute ./get_sabre_vobject.sh within the
lib/ directory.

[1]: https://github.com/fruux/sabre-vobject