Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-09-28 20:44:17 +0400
committerGeorg Ehrke <georg.stefan.germany@googlemail.com>2011-09-28 20:44:17 +0400
commit61c4f9b3c8377e5275b05ce318bcbc285ebfcddf (patch)
tree6ea54e638b9f60cd2214e651091248b86713f904 /apps/calendar
parent59d4ddd9051c5aaf80140484767ff274d3ce6630 (diff)
parent8d14c489ebb058f362fb3f675db511d228042e89 (diff)
Merge branch 'master' of gitorious.org:owncloud/owncloud
Diffstat (limited to 'apps/calendar')
-rw-r--r--apps/calendar/templates/settings.php3
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>