From 3d70853e1597eeec0f0b8880c6edc252482fd774 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 14 Oct 2009 21:39:40 +1300 Subject: [PATCH] Non-working code to respond to calendar-data request. --- inc/DAVResource.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/inc/DAVResource.php b/inc/DAVResource.php index a8d7d782..faf64bf1 100644 --- a/inc/DAVResource.php +++ b/inc/DAVResource.php @@ -168,6 +168,11 @@ class DAVResource } break; + case 'urn:ietf:params:xml:ns:caldav:calendar-data': + if ( isset($this->caldav_data) ) { + } + break; + default: dbg_error_log( 'resource', 'Request for unsupported property "%s" of path "%s".', $tag, $this->href ); return false;