texxasrulez/libcalendaring

Library providing common functions for calendaring plugins

Installs: 2 279

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

Type:roundcube-plugin

3.5.3 2025-09-10 07:33 UTC

This package is auto-updated.

Last update: 2025-09-10 07:35:19 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/