From a4d5cac40a9a769627839422ca582b484d5f1b95 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Wed, 10 Jun 2009 09:58:46 +1200 Subject: [PATCH] schedule-response should be in CalDAV namespace. --- inc/caldav-POST.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/caldav-POST.php b/inc/caldav-POST.php index adefe305..86dce713 100644 --- a/inc/caldav-POST.php +++ b/inc/caldav-POST.php @@ -184,7 +184,7 @@ function handle_freebusy_request( $ic ) { $responses[] = $response; } - $response = $reply->NewXMLElement( "schedule-response", $responses, $reply->GetXmlNsArray() ); + $response = $reply->NewXMLElement( "schedule-response", $responses, $reply->GetXmlNsArray(), 'urn:ietf:params:xml:ns:caldav' ); $request->XMLResponse( 200, $response ); }