diff plugins/libcalendaring/README @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/plugins/libcalendaring/README	Sat Jan 13 08:57:56 2018 -0500
@@ -0,0 +1,16 @@
+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
+* iTip invitations handling
+
+iCal parsing and exporting is done with the help of the Sabre VObject
+library [1]. It needs to be installed with Roundcube using composer:
+
+  $ composer require "sabre/vobject" "~3.3.3"
+
+[1]: http://sabre.io/vobject/