2013-07-18 12:49:27 +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
|
2015-06-04 17:10:18 +02:00
|
|
|
* iTip invitations handling
|
2013-07-18 12:49:27 +02:00
|
|
|
|
2015-06-04 17:10:18 +02:00
|
|
|
iCal parsing and exporting is done with the help of the Sabre VObject
|
|
|
|
library [1]. It needs to be insalled with Roundcube using composer:
|
2013-07-18 12:49:27 +02:00
|
|
|
|
2015-06-04 17:10:18 +02:00
|
|
|
$ composer require "sabre/vobject" "~3.3.3"
|
|
|
|
|
|
|
|
[1]: http://sabre.io/vobject/
|