roundcubemail-plugins-kolab/plugins/calendar
2013-10-29 14:58:45 +01:00
..
drivers Fix VALARM parsing: ignore ACTION:NONE blocks; convert to ACTION:DISPLAY for the web client (#2415) 2013-10-29 14:58:45 +01:00
lib Only accept zip files if supported; use filename part only for temp file 2013-10-23 14:23:42 +02:00
localization Show dialog for event export settings like start date and w/o attachments (#1712) 2013-10-22 13:20:17 +02:00
skins Show all event attendees in a new popup dialog (#2397) 2013-10-23 10:48:15 +02:00
.gitignore Don't exclude larry skin 2012-04-21 18:53:03 +02:00
calendar.php Strip :port from HTTP_HOST when composing an absolute URL (#2444) 2013-10-29 13:07:01 +01:00
calendar_base.js Avoid disabling RSVP button on event updates 2013-07-22 19:39:24 +02:00
calendar_ui.js Allow to import events from zip files (#2266) 2013-10-23 14:17:33 +02:00
config.inc.php.dist Fix explanation of calendar_itip_smtp_server 2013-10-03 16:24:40 +02:00
LICENSE Changed license to AGPL 2011-10-27 10:20:46 +02:00
package.xml Add URL property for events; correct label for chair role of event attendees 2013-05-16 13:32:01 +02:00
print.js Fix calendar printing after refactoring and skin update 2012-10-04 12:52:56 +02:00
README Also move iCalendar patch; describe dependencies in README files 2013-07-18 12:49:27 +02:00
TODO Store event alarm status by event uid + user id. Attention: database schema changed! 2012-05-16 18:58:57 +02:00
UPGRADING Update SQL scripts to match Roundcube format for schema upgrades, update/add UPGRADING instructions 2013-01-18 09:40:48 +01: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>.initial.sql

The client-side calendar UI relies on the "fullcalendar" 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 some general calendar-based operations such as alarms handling or iCal
parsing/exporting this plugins requires the `libcalendaring` plugin which
is also part of the Kolab Roundcube Plugins repository. Make sure that plugin
is installed and configured correctly.

For recurring event computation, some utility classes from the Horde project
are used. They are packaged in a slightly modified version with this plugin.

IMPORTANT
---------
The calendar module makes heavy use of PHP's DateTime as well as DateInterval
classes. The latter one requires at least PHP 5.3.0 to run.