Calendar app ============ Maintainers: ------------ - [Georg Ehrke](https://github.com/georgehrke) - [Thomas Tanghus](https://github.com/tanghus) - [Bart Visscher](https://github.com/bartv2) 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: ```bash git clone git://github.com/owncloud/calendar.git cd calendar ``` ### Rework branch: Get the lastest version of rework: ```bash git clone git://github.com/owncloud/calendar.git cd calendar git checkout rework ```