roundcubemail-plugins-kolab/plugins/libcalendaring
2014-03-19 15:55:21 +01:00
..
lib Moved iTip functionality to libcalendaring for common use + improved inline UI for iTip messages and the options a user can select there 2014-03-19 15:32:37 +01:00
localization Remove untranslated labels after last tx pull 2014-03-19 15:55:21 +01:00
skins/larry Refactoring: move common calendaring-related functionality into a new plugin 'libcalendaring' 2012-08-16 08:57:25 +02:00
tests Allow all-day events without DTEND property 2014-03-04 08:55:06 +01:00
libcalendaring.js Moved iTip functionality to libcalendaring for common use + improved inline UI for iTip messages and the options a user can select there 2014-03-19 15:32:37 +01:00
libcalendaring.php Moved iTip functionality to libcalendaring for common use + improved inline UI for iTip messages and the options a user can select there 2014-03-19 15:32:37 +01:00
libvcalendar.php Suppress property parameters with empty values 2014-03-19 11:10:33 +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