roundcubemail-plugins-kolab/plugins/libcalendaring
Jeroen van Meeuwen (Kolab Systems) 8d10498a8f Update version numbers and dependencies
2015-02-04 19:29:57 +01:00
..
lib Display recurrence information from iTip invitations (#4446) 2015-02-02 13:12:56 +01:00
localization Display recurrence information from iTip invitations (#4446) 2015-02-02 13:12:56 +01:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
tests Fix typo in function name (parse_alarm_value) 2015-01-22 12:17:33 -05:00
composer.json Update version numbers and dependencies 2015-02-04 19:29:57 +01:00
libcalendaring.js Align the event/task attachment viewer with the attachment view from mail view 2015-01-21 10:29:50 +01:00
libcalendaring.php When converting seconds to minutes set alarm to at least 1 minute 2015-01-23 06:51:37 -05:00
libvcalendar.php Catch parse errors of recurrence exceptions in iCal files 2015-01-28 17:51:13 +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