Go to file
Michał 'rysiek' Woźniak 92a3b64708 Merge https://github.com/owncloud/calendar 2014-02-09 22:06:03 +01:00
3rdparty/fullcalendar Add fullcalendar to app 3rdparty 2013-11-08 16:53:21 +01:00
ajax fixed the double-display bug 2014-02-06 02:49:57 +01:00
appinfo - cleanups; 2014-02-05 18:05:12 +01:00
css #linksharedinfo fixes, as per @jancborchardt's suggestions: download links fixed; download anchor now looks like a button 2014-02-06 02:49:57 +01:00
img use own loading.gif, loading.gif is to big in core now 2013-09-27 17:24:52 +02:00
js conflict resolved 2014-02-06 03:02:04 +01:00
l10n [tx-robot] updated from transifex 2014-02-09 04:25:03 -05:00
lib fixed downloading of link-shared busy and private events -- all *directly link-shared* events are downloadable now in full 2014-02-06 02:49:57 +01:00
templates #linksharedinfo fixes, as per @jancborchardt's suggestions: download links fixed; download anchor now looks like a button 2014-02-06 02:49:57 +01: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 Merge branch 'my-feature-branch' of github.com:visitha/calendar into visitha-my-feature-branch 2013-10-03 11:58:31 +02:00
export.php some fixes for export with sharing 2013-01-31 17:52:50 +01:00
index.php fixes in tooltips.css, pure-css tooltips in part.choosecalendar 2014-02-06 02:49:56 +01:00
settings.php move calendar settings from personal settings to in app settings 2012-08-09 12:37:26 +02:00
settingswrapper.php update settings dialog 2013-10-03 17:48:47 +02:00
share.php fixed downloading of link-shared busy and private events -- all *directly link-shared* events are downloadable now in full 2014-02-06 02:49:57 +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