roundcubemail-plugins-kolab/plugins/libcalendaring
Jeroen van Meeuwen (Kolab Systems) 37b89deb34 Bump version numbers to 3.4.1
2018-12-06 11:09:09 +01: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 version numbers to 3.4.1 2018-12-06 11:09:09 +01:00
libcalendaring.js Elastic: Style fixes for "Delegate Invitation" dialog 2018-08-28 13:22:58 +02:00
libcalendaring.php Fix recurrence text when there are exceptions defined 2018-11-22 15:19:34 +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/