4
|
1 Library providing common functions for calendar-based plugins
|
|
2 -------------------------------------------------------------
|
|
3
|
|
4 Provides utility functions for calendar-related modules such as
|
|
5
|
|
6 * alarms display and dismissal
|
|
7 * attachment handling
|
|
8 * iCal parsing and exporting
|
|
9 * iTip invitations handling
|
|
10
|
|
11 iCal parsing and exporting is done with the help of the Sabre VObject
|
|
12 library [1]. It needs to be installed with Roundcube using composer:
|
|
13
|
|
14 $ composer require "sabre/vobject" "~3.3.3"
|
|
15
|
|
16 [1]: http://sabre.io/vobject/
|