roundcubemail-plugins-kolab/plugins/libcalendaring
2016-09-29 16:38:30 +02:00
..
lib Fix character case handling in email address comparison for invitations handling (T1301) 2016-06-09 11:19:53 -04:00
localization Update localization of libcalendaring plugin (T1558) 2016-09-29 16:38:30 +02: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 Bump version numbers 2016-08-25 13:08:50 +02:00
libcalendaring.js T1362: Fix title/tooltip text on attendee, localize the status text 2016-07-20 07:32:47 -04:00
libcalendaring.php T1371: Use rcube_mime::decode_address_list() instead of (invalid) regex 2016-07-22 06:27:32 -04:00
libvcalendar.php T1385: Fix importing events with no DTEND and no DURATION 2016-07-29 06:56:29 -04: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