Branch 'dev/kolab3' - plugins/calendar

Thomas Brüderli bruederli at kolabsys.com
Tue May 1 22:28:41 CEST 2012


 plugins/calendar/README |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

New commits:
commit d4ce6a729abb12efa924f7fbd8f763b35c46cb48
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Tue May 1 22:28:33 2012 +0200

    Added README file

diff --git a/plugins/calendar/README b/plugins/calendar/README
new file mode 100644
index 0000000..e5a38ee
--- /dev/null
+++ b/plugins/calendar/README
@@ -0,0 +1,18 @@
+A calendar module for Roundcube
+-------------------------------
+
+This plugin currently supports a local database as well as a Kolab groupware
+server as backends for calendar and event storage. For both drivers, some
+initialization of the local database is necessary. To do so, execute the
+SQL commands in drivers/<yourchoice>/SQL/<yourdatabase>.sql
+
+The client-side calendar UI relies on the 'fullcalenda'r project by Adam Arshaw
+with extensions made for the use in Roundcube. All changes are published in
+an official fork at https://github.com/roundcube/fullcalendar
+
+For recurring event computation, some utility classes from the Horde project
+are used. They are packaged in a slightly modified version with this plugin.
+
+iCalendar parsing is done with the help of the Horde_iCalendar class. A copy
+of that class with all its dependencies is part of this package. In order
+to update it, execute lib/get_horde_icalendar.sh > lib/Horde_iCalendar.php





More information about the commits mailing list