roundcubemail-plugins-kolab/plugins/libcalendaring
2014-08-14 10:49:56 +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 Register kolab_tags localizations to Transifex; add headers pointing to Transifex for translations 2014-08-14 10:49:56 +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
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 Fix link regex and replacement 2014-08-13 11:07:51 +02:00
libcalendaring.php Avoid fatal errors due to missing class scope in anonymous function 2014-08-12 10:23:40 +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