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:
authorFrank Karlitschek <karlitschek@kde.org>2011-09-28 18:05:01 +0400
committerFrank Karlitschek <karlitschek@kde.org>2011-09-28 18:05:01 +0400
commit98c59605aaf5b1652fded5b44cd404346e78102b (patch)
tree55ad0d877693dcf615bd51e3ad27d3e99000ddbe /apps/calendar
parent18216fe71f778b299585de7cc42a568a5adcfa6c (diff)
show the syncing and ampache urls on the settings page. not very pretty but otherwise the user has no way to configure the desktop integration
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>