roundcubemail-plugins-kolab/plugins/libcalendaring
Thomas Bruederli a8acc50520 Move assets loading and env setting routine to startup hook.
This will give the odfviewer plugin the opportunity to update the config
with the additional mimetypes regardless of the plugin loading order.
2015-01-21 20:33:10 +01:00
..
lib Performance: get_identity() -> list_emails(true) 2014-11-27 06:33:05 -05:00
localization proper translation update 2014-12-01 12:45:40 +13:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
tests Add test cases for alarm-related utility functions + select the correct alarm if multiple are defined 2015-01-08 15:39:39 +01: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 Align the event/task attachment viewer with the attachment view from mail view 2015-01-21 10:29:50 +01:00
libcalendaring.php Move assets loading and env setting routine to startup hook. 2015-01-21 20:33:10 +01:00
libvcalendar.php Accept parent-relation from RELATED-TO property without RELTYPE parameter (#4158) 2015-01-07 13:00:57 +01: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