roundcubemail-plugins-kolab/plugins/libcalendaring
Thomas Bruederli d99b8f8fee Merge branch 'dev/sabre-vobject3' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab into dev/sabre-vobject3
after rebasing with master

Conflicts:
	plugins/libcalendaring/libvcalendar.php
	plugins/libcalendaring/tests/libvcalendar.php
2015-04-02 16:12:42 +02:00
..
lib Replace vendorized Sabre/VObject 2.1 lib with a dependency to VObject 3.3 (#3881); adapt libvcalendar + tests to the new API 2015-04-02 16:09:09 +02:00
localization Two more empty localization files removed 2015-03-24 15:31:37 +01:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
tests Merge branch 'dev/sabre-vobject3' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab into dev/sabre-vobject3 2015-04-02 16:12:42 +02:00
composer.json Replace vendorized Sabre/VObject 2.1 lib with a dependency to VObject 3.3 (#3881); adapt libvcalendar + tests to the new API 2015-04-02 16:09:09 +02:00
libcalendaring.js Bump versions and copyright year 2015-03-10 15:38:45 +01:00
libcalendaring.php Bump versions and copyright year 2015-03-10 15:38:45 +01:00
libvcalendar.php Merge branch 'dev/sabre-vobject3' of ssh://git.kolab.org/git/roundcubemail-plugins-kolab into dev/sabre-vobject3 2015-04-02 16:12:42 +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