roundcubemail-plugins-kolab/plugins/libcalendaring
2018-10-01 11:51:19 +00:00
..
lib Fix detecting date/time change in iTip request (Bifrost#T141857) 2018-10-01 11:51:19 +00:00
localization Elastic: Style fixes for "Delegate Invitation" dialog 2018-08-28 13:22:58 +02:00
skins/larry Elastic: Save-as-event dialog using iframe 2018-04-05 11:14:37 +00:00
tests Fix duplicated DTSTAMP entry in generated iTip (T1148) 2016-03-24 14:05:36 +01:00
alarm.mp3 Implemented sound reminders (#T1310) 2016-06-20 10:10:39 +02:00
alarm.wav Implemented sound reminders (#T1310) 2016-06-20 10:10:39 +02:00
composer.json Bump plugin versions and requirements 2018-04-09 12:23:01 +02:00
libcalendaring.js Elastic: Style fixes for "Delegate Invitation" dialog 2018-08-28 13:22:58 +02:00
libcalendaring.php Elastic: Mobile mode for tasks 2018-03-25 13:15:30 +00:00
libvcalendar.php T2531: Support SCHEDULE-AGENT in iTip 2017-07-04 14:27:19 +00: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/