roundcubemail-plugins-kolab/plugins/libcalendaring
2014-04-24 15:56:46 +02:00
..
lib Also move recurrence computation classes to libcalendaring 2014-04-24 15:56:46 +02:00
localization Move recurrence form handling functions and texts from calendar to libcalendaring for shared use 2014-04-24 15:04:18 +02:00
skins/larry Move recurrence form handling functions and texts from calendar to libcalendaring for shared use 2014-04-24 15:04:18 +02:00
tests Refactored alarms in calendar and tasks to support multiple alarms. Moved redundant functions to libcalendaring 2014-04-17 17:49:00 +02:00
libcalendaring.js Move recurrence form handling functions and texts from calendar to libcalendaring for shared use 2014-04-24 15:04:18 +02:00
libcalendaring.php Also move recurrence computation classes to libcalendaring 2014-04-24 15:56:46 +02:00
libvcalendar.php Refactored alarms in calendar and tasks to support multiple alarms. Moved redundant functions to libcalendaring 2014-04-17 17:49:00 +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