[GroupDAV] GroupDAV Connector & Outlook Sync
Adam Williams
groupdav@opengroupware.org
Fri, 22 Sep 2006 09:15:03 -0400
>> Sorry for not noticing earlier, the GroupDAV URL should have the port
>> number and "/zidestore" at the end of it (i.e
>> "http://gourd-amber:80/zidestore"), and the server source should also
>> have an end / . Since the new connector no longer needs to PROPFIND
>> /zidestore, I'll have these small annoyances fixed in the next build.
> Ok. Now I have:
> GroupDAV URL = http://gourd-amber:80/zidestore
> Server Source = dav/%USER%/public/Calendar/
Slight correction. Source should be the entire path:
/zidestore/dav/%USER%/public/Calendar/
Ok, it doesn't change much.
Now I see two requests.
192.168.1.51 - - [22/Sep/2006:13:05:02 GMT] "PROPFIND /zidestore/ HTTP/1.1"
207 5283/84 0.009 - - 0
192.168.1.51 - - [22/Sep/2006:13:05:03 GMT] "PROPFIND
/zidestore/dav/adam/public/Calendar/ HTTP/1.1" 500 213/121 0.008 - - 0
It looks like the second one fails (isn't that response 550, i.e. server
error)? Subsequent syncs never seem to hit ZideStore.
But going back to the other URL configuration returns me to the error
messages in ZideStore. Weird, huh?