kolab/libcalendaring

Library providing common functions for calendaring plugins

Installs: 11 307

Dependents: 5

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 12

Type:roundcube-plugin

pkg:composer/kolab/libcalendaring

3.6.1 2025-09-21 08:58 UTC

This package is auto-updated.

Last update: 2025-09-21 08:59:15 UTC


README

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/