roundcubemail-plugins-kolab/plugins/libcalendaring
2014-11-06 17:09:59 +01:00
..
lib Fix handling of RSVP flags 2014-11-06 17:09:59 +01:00
localization Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01: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 Enable iTip delegation for tasks (#3860) 2014-11-06 17:09:59 +01:00
libcalendaring.php Send delegate attendee in iTip reply (as suggested in RFC 5546) + add it to organizers calendar/tasklist 2014-11-06 17:09:59 +01:00
libvcalendar.php Fix handling of RSVP flags 2014-11-06 17:09:59 +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