Name Last Update
..
3rdparty Loading commit data...
ajax Loading commit data...
appinfo Loading commit data...
css Loading commit data...
img Loading commit data...
js Loading commit data...
l10n Loading commit data...
lib Loading commit data...
templates Loading commit data...
tests Loading commit data...
README.md Loading commit data...
caldav.php Loading commit data...
calendar.php Loading commit data...
export.php Loading commit data...
index.php Loading commit data...
settingswrapper.php Loading commit data...

README.md

Calendar app

Maintainers:

Developer setup info:

Important note: ownCloud 7 or ownCloud 8 will be last version to ship the master branch's codebase. It will be replaced by the rework branch. If you want to implement new features, please strongly consider implementing them based on the rework branch's codebase.

Master branch:

Just clone this repo into your apps directory. Get the lastest version of master:

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

Rework branch:

Get the lastest version of rework:

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