roundcubemail-plugins-kolab/plugins/calendar
2012-05-10 21:24:48 +02:00
..
drivers Implement undelete with new storage backend; remove cruft 2012-05-10 21:24:48 +02:00
lib Try loading Horde classes from default location first 2012-05-02 17:10:53 +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 Allow odfviewer to hook into calendar attachments in order to display open office documents inline 2012-04-25 21:15:07 +02: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 Update TODO list and package file 2012-04-04 13:02:35 +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