roundcubemail-plugins-kolab/plugins/calendar
Jeroen van Meeuwen (Kolab Systems) de40ba8950 Merge branch 'dev/kolab3'
2012-05-23 10:25:24 +01:00
..
drivers Merge branch 'dev/kolab3' 2012-05-23 10:24:27 +01:00
lib Add some documentation 2012-05-16 16:33:07 +02:00
localization Fixed minor bugs from #510 2012-01-27 17:46:25 +01:00
skins Finish attachment handling and display for events 2012-04-25 19:26:40 +02:00
.gitignore Don't exclude larry skin 2012-04-21 18:53:03 +02:00
calendar.php Merge branch 'dev/kolab3' 2012-05-23 10:25:24 +01:00
calendar_base.js Correct email address in author section; add AGPL license header to all relevant files 2011-12-07 12:51:23 +01:00
calendar_ui.js Remove debug code 2012-05-02 18:02:33 +02:00
config.inc.php.dist Correct email address in author section; add AGPL license header to all relevant files 2011-12-07 12:51:23 +01:00
LICENSE Changed license to AGPL 2011-10-27 10:20:46 +02:00
package.xml Drop dependency to external Horde libs. Add a local and independent copy of these files to the plugin package 2012-05-01 22:27:29 +02:00
print.js Correct email address in author section; add AGPL license header to all relevant files 2011-12-07 12:51:23 +01:00
README Added README file 2012-05-01 22:28:33 +02:00
TODO Store event alarm status by event uid + user id. Attention: database schema changed! 2012-05-16 18:58:57 +02:00

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