roundcubemail-plugins-kolab/plugins/libcalendaring
Aleksander Machniak 21ead0149e Kolab Tags SQL and ANNOTATE drivers
Summary:
The implementation in the SQL driver sub-optimal as it uses the same member format and internal API as the Kolab driver.
We might need to improve this.

Requires b206cbc87a and a34f716051

Reviewers: #roundcube_kolab_plugins_developers, mollekopf

Subscribers: mollekopf, #roundcube_kolab_plugins_developers

Differential Revision: https://git.kolab.org/D5032
2024-12-24 09:00:30 +01:00
..
lib Fix fatal error when parsing VEVENT without DTSTART 2024-07-02 12:21:09 +02:00
localization Use consistent PHP code style 2024-01-24 11:24:41 +01:00
skins/larry Elastic: Save-as-event dialog using iframe 2018-04-05 11:14:37 +00:00
tests Kolab Tags SQL and ANNOTATE drivers 2024-12-24 09:00:30 +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 issues in the Delegate Invitation dialog 2023-07-24 11:10:46 +02:00
libcalendaring.php Fix displaying calendar alarms 2024-09-27 09:53:30 +02: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/