roundcubemail-plugins-kolab/plugins/libcalendaring
2014-07-31 13:49:47 +02:00
..
lib Add support for task-specific participant status values 2014-07-31 11:36:18 +02:00
localization Merge branch 'dev/task-attendees' 2014-07-31 13:49:47 +02:00
skins/larry Fix alarms display popup after jQuery UI update in Roundcube core 2014-07-01 17:38:50 +02:00
tests Fix quoting of iCal property parameter values according to RFC 5545 2014-06-03 11:30:11 +02:00
libcalendaring.js Fix saving alarms even if the according tab is hidden 2014-07-29 16:15:50 +02:00
libcalendaring.php Merge branch 'dev/task-attendees' 2014-07-31 13:49:47 +02:00
libvcalendar.php - Fix task attendees and organizer setting and display 2014-07-30 17:40:53 +02: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