roundcubemail-plugins-kolab/plugins/libcalendaring
2019-03-22 12:12:30 +01:00
..
lib Elastic: Use pretty checkbox in itip invitation box 2019-03-14 10:31:20 +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 Bump version numbers 2019-03-14 11:12:38 +01:00
libcalendaring.js T5076: In event alarms form hide the number input in "on time" and "on date" mode 2019-03-15 11:59:25 +00:00
libcalendaring.php Append a few dots, reference https://en.wikipedia.org/wiki/Date_and_time_notation_in_Europe#Austria,_Germany,_Switzerland 2019-03-22 12:12:30 +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/