roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak acc49b51ff Fix misleading warning when editing/deleting a shared event (T1357)
and properly notify attendees of such a change.

Conflicts:
	plugins/libcalendaring/libvcalendar.php
2017-04-04 12:20:08 +02:00
..
lib Fix misleading warning when editing/deleting a shared event (T1357) 2017-04-04 12:20:08 +02:00
localization Fix delegatedto/delegatedfrom labels (Bifrost#T20377) 2016-12-28 08:17:31 +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
alarm.mp3 Implemented sound reminders (#T1310) 2016-06-20 10:18:13 +02:00
alarm.wav Implemented sound reminders (#T1310) 2016-06-20 10:18:13 +02:00
composer.json Set versions of components changed to 3.2.19 2017-04-04 10:27:58 +02:00
libcalendaring.js Allow accept/decline/delegate (again) on event update request (Bifrost#T27859) 2017-03-30 10:30:47 +02:00
libcalendaring.php Ignore iTip attachments in multipart/report messages (Bifrost#T20440) 2017-02-07 13:10:06 +01:00
libvcalendar.php Fix misleading warning when editing/deleting a shared event (T1357) 2017-04-04 12:20:08 +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