roundcubemail-plugins-kolab/plugins/libcalendaring
Thomas Bruederli cbe184364c Fix quoting of iCal property parameter values according to RFC 5545
Conflicts:
	plugins/libcalendaring/lib/Sabre/VObject/Parameter.php
2014-06-03 11:30:11 +02:00
..
lib Fix quoting of iCal property parameter values according to RFC 5545 2014-06-03 11:30:11 +02:00
localization Move recurrence form handling functions and texts from calendar to libcalendaring for shared use 2014-04-24 15:04:18 +02:00
skins/larry Use new button/icon classes from Larry skin 2014-05-01 16:18:18 +02:00
tests Fix quoting of iCal property parameter values according to RFC 5545 2014-06-03 11:30:11 +02:00
libcalendaring.js Amend js files headers to satisfy LibreJS license detection 2014-04-28 09:12:29 +02:00
libcalendaring.php Fix recurrence form serialization; better method names 2014-04-24 19:41:07 +02:00
libvcalendar.php Merge new folder navigation from branch 'dev/new-foldernav' 2014-05-23 10:12:29 +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