From 79bd7e20979edece399422fbb6fe73ea48593f65 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sun, 26 Oct 2008 01:49:31 +1300 Subject: [PATCH] Allow response to current-user-principal and calendar-free-busy-set. --- inc/caldav-PROPFIND.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/caldav-PROPFIND.php b/inc/caldav-PROPFIND.php index 3563e858..822be102 100644 --- a/inc/caldav-PROPFIND.php +++ b/inc/caldav-PROPFIND.php @@ -55,6 +55,7 @@ foreach( $request->xml_tags AS $k => $v ) { case 'DAV::principal-URL': /** should work fine */ case 'DAV::owner': /** should work fine */ case 'DAV::resourcetype': /** should work fine */ + case 'DAV::current-user-principal': /** only vaguely supported */ case 'DAV::getcontentlanguage': /** should return the user's chosen locale, or default locale */ case 'DAV::current-user-privilege-set': /** only vaguely supported */ case 'DAV::allprop': /** limited support, needs to be checked for correctness at some point */ @@ -66,6 +67,7 @@ foreach( $request->xml_tags AS $k => $v ) { case 'urn:ietf:params:xml:ns:caldav:calendar-user-address-set': /** Should work fine */ case 'urn:ietf:params:xml:ns:caldav:schedule-inbox-URL': /** Support in development */ case 'urn:ietf:params:xml:ns:caldav:schedule-outbox-URL': /** Support in development */ + case 'urn:ietf:params:xml:ns:caldav:calendar-free-busy-set': /** Deprecated, but should work fine */ /** * Handled calendarserver properties