roundcubemail-plugins-kolab/plugins/libcalendaring
2015-10-21 23:01:31 +02:00
..
lib Replace more deprecated Roundcube functions 2015-10-21 23:01:31 +02:00
localization Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:30:28 -04:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
tests Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:30:28 -04:00
composer.json Correct URL to source code repository 2015-07-07 12:27:38 +02:00
libcalendaring.js Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:30:28 -04:00
libcalendaring.php Don't use depracated Roundcube functions 2015-10-21 22:42:45 +02:00
libvcalendar.php Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:30:28 -04: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