summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CalDAV/CalDavBackend.php
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2018-05-28 20:12:13 +0200
committerGeorg Ehrke <developer@georgehrke.com>2018-06-25 04:58:07 +0200
commit2da510af0b537e3bef7d0563eff828bade51fcbd (patch)
treea5e5d3ec9884ba47853bf87577a546110a718cd2 /apps/dav/lib/CalDAV/CalDavBackend.php
parent29b777e7d1d26a3b75b0aabcca394170e6043939 (diff)
downloadnextcloud-server-2da510af0b537e3bef7d0563eff828bade51fcbd.tar.gz
nextcloud-server-2da510af0b537e3bef7d0563eff828bade51fcbd.zip
add resource / room principals
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/lib/CalDAV/CalDavBackend.php')
-rw-r--r--apps/dav/lib/CalDAV/CalDavBackend.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php
index b28c8534aaa..de46dfeb244 100644
--- a/apps/dav/lib/CalDAV/CalDavBackend.php
+++ b/apps/dav/lib/CalDAV/CalDavBackend.php
@@ -76,6 +76,9 @@ class CalDavBackend extends AbstractBackend implements SyncSupport, Subscription
const PERSONAL_CALENDAR_URI = 'personal';
const PERSONAL_CALENDAR_NAME = 'Personal';
+ const RESOURCE_BOOKING_CALENDAR_URI = 'calendar';
+ const RESOURCE_BOOKING_CALENDAR_NAME = 'Calendar';
+
/**
* We need to specify a max date, because we need to stop *somewhere*
*