roundcubemail-plugins-kolab/plugins/libcalendaring
2015-08-25 17:11:30 +02:00
..
lib Don't use Roundcube deprecated functions 2015-08-02 20:15:28 +02:00
localization Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:43:59 -04:00
skins/larry Implement iTip delegation functionality for calendar/mail view (#3860) 2014-11-06 17:09:59 +01:00
tests Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:43:59 -04:00
composer.json Update homepage/download URL for groupware plugins 2015-05-12 08:54:53 +02:00
libcalendaring.js Support reminders relative to end/due date (RELATED=END) (T656) 2015-08-07 06:43:59 -04:00
libcalendaring.php Libcalendaring fixes for use in automated testing out of Roundcube 2015-08-25 17:11:30 +02:00
libvcalendar.php Fix compatibility with recent Sabre/VObject (#5185) 2015-08-07 06:58:15 -04:00
README Update outdated information in README 2015-06-04 17:10:18 +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
* iTip invitations handling

iCal parsing and exporting is done with the help of the Sabre VObject
library [1]. It needs to be insalled with Roundcube using composer:

  $ composer require "sabre/vobject" "~3.3.3"

[1]: http://sabre.io/vobject/