roundcubemail-plugins-kolab/plugins/libcalendaring
2014-10-14 09:21:51 +02:00
..
lib Parse and display event/task status from iTip messages 2014-10-14 09:21:51 +02:00
localization Add button to iTip RSVP UI in mail view to open the calendar preview with an option to accept/decline the invitation from there (#3161) 2014-09-10 10:30:40 +02:00
skins/larry Add config option to hide iTip sending checkboxes or even disable it entirely (#3483). 2014-08-27 14:00:08 +02:00
tests Fix TZOFFSET values with minutes (#3199) 2014-09-22 12:01:04 +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 Render preview agenda for iTip requests below RSVP buttons (#3161) 2014-09-11 17:55:01 +02:00
libcalendaring.php Add button to expand members of a group attendee (#3376); prefix edit-attendees-table styles to avoid unintended style overrides 2014-08-19 10:37:40 +02:00
libvcalendar.php Parse and display event/task status from iTip messages 2014-10-14 09:21:51 +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