[GroupDAV] GroupDAV Connector & Outlook Sync

Mathew McBride groupdav@opengroupware.org
Sat, 23 Sep 2006 00:02:45 +1000


I'll have to defer to Helge on this, as the query below works fine here. 

We sent:
PROPFIND /zidestore/dav/adam/public/Calendar/ HTTP/1.1
Cache-control: no-cache
Pragma: no-cache
Accept-Language: en
Authorization: ......................
Content-Length: 121
Host: gourd-amber:80
Content-Type: text/xml;charset=utf-8
Accept: text/*

<?xml version="1.0" encoding="utf-8"?><propfind xmlns="DAV:"><prop xmlns="DAV:"><getetag xmlns="DAV:"/></prop></propfind>

We got:
HTTP/1.1 500 Internal Server Error
Date: Fri, 22 Sep 2006 13:47:36 GMT
Server: Apache/2.0.53 (Linux/SUSE)
content-type: text/html; charset="iso-8859-1"
content-length: 213
Connection: close

<?xml version="1.0" encoding="ISO-8859-1"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body><h3>An error occurred during object publishing</h3><p>could not perform query (object returned nil)</p></body>
</html>