roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak bc4a639e64 Elastic: Fix RSVP recurring menu
Use rcmail's menu instead of jQuery-UI's menu.
2019-03-12 17:40:00 +00:00
..
lib Fix detecting date/time change in iTip request (Bifrost#T141857) 2018-10-01 11:51:19 +00:00
localization Update German translations by using de sources and de_DE sources for de_DE translations 2018-12-19 10:25:52 +01: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 Use https:// for plugins.roundcube.net 2019-01-23 08:17:36 +01:00
libcalendaring.js Elastic: Fix RSVP recurring menu 2019-03-12 17:40:00 +00:00
libcalendaring.php Upgrade to fullCalendar 3.9.0 2019-01-30 15:30:11 +01:00
libvcalendar.php Fix small regression 2018-12-13 14:25:56 +01: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/