Mercurial > hg > rc1
comparison plugins/libcalendaring/README @ 4:888e774ee983
libcalendar plugin as distributed
author | Charlie Root |
---|---|
date | Sat, 13 Jan 2018 08:57:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
3:f6fe4b6ae66a | 4:888e774ee983 |
---|---|
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/ |