summaryrefslogtreecommitdiffstats
path: root/apps/calendar
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-05-07 15:39:17 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-05-07 15:39:17 +0200
commit936c8ba1cc3b36fdc122276fc9a96de4a4003bd1 (patch)
treebc78ce93b5cafaead97d054c640d2f7e88be967d /apps/calendar
parent5904d5cf50ba5567fac40e6fa1f1ded6a9f48bcd (diff)
downloadnextcloud-server-936c8ba1cc3b36fdc122276fc9a96de4a4003bd1.tar.gz
nextcloud-server-936c8ba1cc3b36fdc122276fc9a96de4a4003bd1.zip
improve remote.php and create public.php
Diffstat (limited to 'apps/calendar')
-rwxr-xr-xapps/calendar/appinfo/app.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/app.php b/apps/calendar/appinfo/app.php
index 297d8e44b67..06fb9257735 100755
--- a/apps/calendar/appinfo/app.php
+++ b/apps/calendar/appinfo/app.php
@@ -23,4 +23,5 @@ OCP\App::addNavigationEntry( array(
'name' => $l->t('Calendar')));
OCP\App::registerPersonal('calendar', 'settings');
OC_Search::registerProvider('OC_Search_Provider_Calendar');
-OCP\CONFIG::setAppValue('core', 'caldav', '/apps/calendar/appinfo/remote.php'); \ No newline at end of file
+OCP\CONFIG::setAppValue('core', 'remote_caldav', '/apps/calendar/appinfo/remote.php');
+OCP\CONFIG::setAppValue('core', 'public_calendar', '/apps/calendar/appinfo/share.php'); \ No newline at end of file