roundcubemail-plugins-kolab/plugins/libcalendaring
2013-07-24 18:59:09 +02:00
..
lib Replace Horde_iCalendar with the SabreTooth VObject library 2013-07-23 17:14:11 +02:00
localization Added Czech translations 2013-03-20 10:21:01 +01:00
skins/larry Refactoring: move common calendaring-related functionality into a new plugin 'libcalendaring' 2012-08-16 08:57:25 +02:00
tests Replace Horde_iCalendar with the SabreTooth VObject library 2013-07-23 17:14:11 +02:00
libcalendaring.js Make free/busy finder DST aware (#1676) 2013-03-06 11:48:59 +01:00
libcalendaring.php Don't set default timezone 2013-07-24 18:05:40 +02:00
libvcalendar.php Validate/fix dates only for event objects; don't export default values 2013-07-24 18:59:09 +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