roundcubemail-plugins-kolab/plugins/libcalendaring
2021-10-24 09:32:52 +02:00
..
lib Fix PHP8 warnings 2021-09-29 18:56:56 +02:00
localization Update localization (again) 2019-10-13 15:55:15 +02:00
skins/larry Elastic: Save-as-event dialog using iframe 2018-04-05 11:14:37 +00:00
tests PHP8 compatibility fixes 2020-12-26 20:41:54 +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 2021-10-01 13:22:28 +02:00
libcalendaring.js Fix some issues with parsing links (T6688) 2021-09-22 13:15:49 +02:00
libcalendaring.php Fix some PHP8 warnings 2021-09-22 13:18:44 +02:00
libvcalendar.php Fix some PHP8.1 deprecation warnings 2021-10-24 09:32:52 +02: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/