annotate plugins/libcalendaring/README @ 35:05c4c32948af
.hgignore: add vendor tree
composer.json: new packages
plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff
index.php: commented debugging hooks
others: new releases of vendor packages?
| author |
Charlie Root |
| date |
Thu, 30 Aug 2018 16:21:59 -0400 |
| parents |
888e774ee983 |
| children |
|
| rev |
line source |
|
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/
|