Go to file
Thomas Müller 4f5ecf6a14 adding transifex config 2013-04-15 22:52:58 +02:00
ajax Calendar: Also check for shared calendars when editing. Fix #828 2013-04-11 16:04:45 +00:00
appinfo Merge pull request #911 from Kondou-ger/remove_apps_from_includes 2013-04-05 03:45:35 -07:00
css fix text-overflow of timepicker 2013-04-02 07:09:26 +02:00
img new app icon style for new design 2013-01-17 11:54:52 +07:00
js Added 'Go to Today' button to datecontrol form. 2013-04-02 12:30:55 +01:00
l10n adding transifex config 2013-04-15 22:52:58 +02:00
lib fix sharing bug for action delete as well 2013-04-11 10:38:09 +02:00
templates Made "event title" autofocus 2013-04-07 22:30:59 +01:00
tests drop SimpleTest compatibility 2013-01-24 16:50:51 +01:00
README.md add git clone in README 2013-04-12 19:22:11 +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 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