roundcubemail-plugins-kolab/plugins/libcalendaring
2014-08-25 09:43:50 +02:00
..
lib Reduce RSVP options for resource confirmation messages (identified by the X-KOLAB-INVITATIONTYPE property) 2014-08-05 18:54:46 +02:00
localization Update translations 2014-08-22 01:31:43 +02:00
skins/larry Fix alarms display popup after jQuery UI update in Roundcube core 2014-07-01 17:38:50 +02:00
tests Support multiple CATEGORIES properties (#3497) 2014-08-25 09:43:50 +02:00
composer.json Replace package.xml with new composer.json files properly defining dependencies to other plugins 2014-08-04 09:23:26 +02:00
libcalendaring.js Add button to expand members of a group attendee (#3376); prefix edit-attendees-table styles to avoid unintended style overrides 2014-08-19 10:37:40 +02:00
libcalendaring.php Add button to expand members of a group attendee (#3376); prefix edit-attendees-table styles to avoid unintended style overrides 2014-08-19 10:37:40 +02:00
libvcalendar.php Support multiple CATEGORIES properties (#3497) 2014-08-25 09:43:50 +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