roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak 55816351cb Fix bug where delegatee would be lost on task/event update (#5058)
Summary: Fixes #5058

Reviewers: #roundcube_kolab_plugins_developers, vanmeeuwen

Reviewed By: #roundcube_kolab_plugins_developers, vanmeeuwen

Differential Revision: https://git.kolab.org/D110
2016-04-14 11:42:26 +02:00
..
lib console() -> rcmail::console() 2015-10-21 23:04:27 +02:00
localization Update localization 2016-03-13 09:36:33 +01: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 Set plugin versions to 3.2.12 2016-03-21 12:21:17 +01:00
libcalendaring.js Fix compatibility with contextmenu plugin in alarms dialog (T838) 2015-11-13 17:27:58 +01:00
libcalendaring.php Fix bug where delegatee would be lost on task/event update (#5058) 2016-04-14 11:42:26 +02:00
libvcalendar.php Fix iCal import/export to pass tests again 2016-03-10 11:00:50 +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