roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak 4f1b0ebe78 Removed debug code
2013-11-21 10:09:02 +01:00
..
lib Update Sabre/VObject lib to version 2.1.3 2013-10-16 17:00:48 +02:00
localization Update and cleanup localizations 2013-10-11 15:06:22 +02:00
skins/larry Refactoring: move common calendaring-related functionality into a new plugin 'libcalendaring' 2012-08-16 08:57:25 +02:00
tests Fix VALARM parsing: ignore ACTION:NONE blocks; convert to ACTION:DISPLAY for the web client (#2415) 2013-10-29 14:58:45 +01:00
libcalendaring.js Fix show-more link: don't add it twice if maxlen and maxlines are both set; show dots before link if text is truncated 2013-10-24 11:05:33 +02:00
libcalendaring.php Don't set timezone on allday dates (#2463) 2013-11-01 11:23:42 +01:00
libvcalendar.php Removed debug code 2013-11-21 10:09:02 +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