roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak b74301fa2b PHP7 support
2022-10-12 13:36:57 +02:00
..
lib Remove sensitivity settings 2022-09-14 12:45:30 +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 Remove sensitivity settings 2022-09-14 12:45:30 +02: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.5.11 2022-01-14 13:18:46 +01:00
libcalendaring.js Fix some issues with parsing links (T6688) 2021-09-22 13:15:49 +02:00
libcalendaring.php Fix handling alarms related to the end of the event 2022-08-30 11:14:22 +02:00
libvcalendar.php PHP7 support 2022-10-12 13:36:57 +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/