annotate plugins/libcalendaring/README @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 Library providing common functions for calendar-based plugins
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 -------------------------------------------------------------
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 Provides utility functions for calendar-related modules such as
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 * alarms display and dismissal
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * attachment handling
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 * iCal parsing and exporting
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 * iTip invitations handling
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 iCal parsing and exporting is done with the help of the Sabre VObject
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 library [1]. It needs to be installed with Roundcube using composer:
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $ composer require "sabre/vobject" "~3.3.3"
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 [1]: http://sabre.io/vobject/