diff options
author | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-09-28 18:44:17 +0200 |
---|---|---|
committer | Georg Ehrke <georg.stefan.germany@googlemail.com> | 2011-09-28 18:44:17 +0200 |
commit | 61c4f9b3c8377e5275b05ce318bcbc285ebfcddf (patch) | |
tree | 6ea54e638b9f60cd2214e651091248b86713f904 /apps/calendar | |
parent | 59d4ddd9051c5aaf80140484767ff274d3ce6630 (diff) | |
parent | 8d14c489ebb058f362fb3f675db511d228042e89 (diff) | |
download | nextcloud-server-61c4f9b3c8377e5275b05ce318bcbc285ebfcddf.tar.gz nextcloud-server-61c4f9b3c8377e5275b05ce318bcbc285ebfcddf.zip |
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'apps/calendar')
-rw-r--r-- | apps/calendar/templates/settings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/calendar/templates/settings.php b/apps/calendar/templates/settings.php index ac13b2aa402..60b524a535a 100644 --- a/apps/calendar/templates/settings.php +++ b/apps/calendar/templates/settings.php @@ -25,5 +25,8 @@ endif; endforeach;?> </select><span class="msg"></span> + <br /> + Calendar CalDAV Syncing URL: + <?php echo OC_Helper::linkTo('apps/calendar', 'caldav.php', null, true); ?><br /> </fieldset> </form> |