Go to file
Georg Ehrke 6216b40f9e shorten calendar db names 2013-06-05 20:05:55 +02:00
ajax fix escaping issue in webclient 2013-05-30 16:44:36 +02:00
appinfo shorten calendar db names 2013-06-05 20:05:55 +02:00
css fix alignment of buttons in popup, change span to div + css fix 2013-05-16 17:03:08 +02:00
img new app icon style for new design 2013-01-17 11:54:52 +07:00
js check if OC.Share is defined - fixes #12 2013-05-10 11:45:23 +02:00
l10n [tx-robot] updated from transifex 2013-06-05 01:47:47 +02:00
lib shorten calendar db names 2013-06-05 20:05:55 +02:00
templates remove stupid debug output 2013-05-24 17:17:00 +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 move calendar settings from personal settings to in app settings 2012-08-09 12:37:26 +02:00
export.php some fixes for export with sharing 2013-01-31 17:52:50 +01:00
index.php Merge pull request #631 from owncloud/from-insane-autoescape-to-p 2013-03-01 14:31:16 -08: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