roundcubemail-plugins-kolab/plugins/libcalendaring
2014-08-01 10:05:55 +02:00
..
lib Move another common function to libcalendaring 2014-07-31 19:25:40 +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 Move iTip message parsing functionality to libcalendaring. Only parse iCal attachments once although used by calendar and tasks 2014-07-31 18:21:53 +02:00
libvcalendar.php Copy iTip inivitation comment to event objects and display it in calendar with the RSPV buttons (#419) 2014-08-01 10:05:55 +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