4.2.2 Response

In the response message, the value of the d:calendar property contains the URL for the Calendar folder.

 HTTP/1.1 207 Multi-Status
 Cache-Control: no-cache
 Transfer-Encoding: chunked
 Content-Type: text/xml
 Accept-Ranges: rows
 Server: Microsoft-IIS/7.0
 MS-WebStorage: 08.01.10240
 X-Powered-By: ASP.NET
 Date: Fri, 19 Sep 2008 21:42:37 GMT
 <?xml version="1.0"?>
 <a:multistatus xmlns:b="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:d="urn:schemas:httpmail:" xmlns:c="xml:" xmlns:a="DAV:">
     <a:response>
         <a:href>https://SERVER01/exchange/local/</a:href>
         <a:propstat>
             <a:status>HTTP/1.1 200 OK</a:status>
             <a:prop>
                 <d:sendmsg>https://SERVER01/exchange/local/%23%23DavMailSubmission URI%23%23/</d:sendmsg>
                 <d:calendar>https://SERVER01/exchange/local/Calendar</d:calendar>
             </a:prop>
         </a:propstat>
     </a:response>
 </a:multistatus>