roundcubemail-plugins-kolab/plugins/libcalendaring
2022-12-05 15:07:23 +01:00
..
lib Remove dependency on kolabcalendaring/kolabformat in CalDAV driver, various PHP8 support fixes 2022-12-05 15:07:23 +01:00
localization Update localization, fix bugs in some localization files 2022-12-01 12:41:13 +01:00
skins/larry Elastic: Save-as-event dialog using iframe 2018-04-05 11:14:37 +00:00
tests Fix libcalendaring_recurrence::end() 2022-12-02 15:57:59 +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 Try to support PHP >= 7.2, small refactoring 2022-11-30 12:54:29 +01:00
libcalendaring.js Fix some issues with parsing links (T6688) 2021-09-22 13:15:49 +02:00
libcalendaring.php Remove dependency on kolabcalendaring/kolabformat in CalDAV driver, various PHP8 support fixes 2022-12-05 15:07:23 +01:00
README Use Sabre/VObject v4, Partial PHP8 support 2022-11-29 15:54:43 +01: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" "~4.5.1"

[1]: http://sabre.io/vobject/