roundcubemail-plugins-kolab/plugins/libcalendaring
2013-07-18 14:56:36 +02:00
..
lib Also move iCalendar patch; describe dependencies in README files 2013-07-18 12:49:27 +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 Add unit tests for ical import/export 2013-07-18 12:40:46 +02:00
libcalendaring.js Make free/busy finder DST aware (#1676) 2013-03-06 11:48:59 +01:00
libcalendaring.php Move iCal parsing/writing classes to libcalendaring 2013-07-18 12:38:14 +02:00
libvcalendar.php Change internal representation of event sensitivity values to strings 2013-07-18 14:56:36 +02:00
README Also move iCalendar patch; describe dependencies in README files 2013-07-18 12:49:27 +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 is done with the help of the Horde_iCalendar class. A copy
of that class with all its dependencies is part of this package. In order
to update it, execute lib/get_horde_icalendar.sh > lib/Horde_iCalendar.php
Finally apply the patch lib/Horde_iCalendar_timezone.diff to fix timezone
handling when parsing iCal files.