Go to file
Georg Ehrke e310740896 use own loading.gif, loading.gif is to big in core now 2013-09-27 17:24:52 +02:00
ajax Change the most obvious OC_ methods to OCP\ 2013-09-16 01:37:30 +02:00
appinfo Change the most obvious OC_ methods to OCP\ 2013-09-16 01:37:30 +02:00
css Change today background color 2013-07-16 22:54:56 +02:00
img use own loading.gif, loading.gif is to big in core now 2013-09-27 17:24:52 +02:00
js make it possible to set saturday as first day of the week 2013-09-27 17:24:52 +02:00
l10n [tx-robot] updated from transifex 2013-09-26 23:59:09 -04:00
lib Revert "fix: get rid of undeclared timezones in caldav ics files" 2013-09-27 17:24:51 +02:00
templates use own loading.gif, loading.gif is to big in core now 2013-09-27 17:24:52 +02:00
tests drop SimpleTest compatibility 2013-01-24 16:50:51 +01:00
README.md Update README.md 2013-04-29 15:13:28 +03:00
caldav.php adding space between) and { 2012-09-07 15:21:03 +02:00
calendar.php Change the most obvious OC_ methods to OCP\ 2013-09-16 01:37:30 +02:00
export.php some fixes for export with sharing 2013-01-31 17:52:50 +01:00
index.php Add missing js/jquery.multi-autocomplete.js 2013-09-07 15:44:11 +02:00
settings.php move calendar settings from personal settings to in app settings 2012-08-09 12:37:26 +02:00
settingswrapper.php combine calendar overview and calendar settings 2013-02-06 14:22:24 +01:00

README.md

Calendar app

Maintainers:

Developer setup info:

Master branch:

Just clone this repo into your apps directory.

Rework branch:

The rework branch is still in development. Do not use it in a productive environment.

The calendar rework depends on the appframework. Get the latest version of the appframework:

git clone git://github.com/owncloud/appframework.git

Enable the appframework in the app settings of ownCloud.

Get the lastest version of the rework:

git clone git://github.com/owncloud/calendar.git
cd calendar
git checkout rework