6 messages in com.googlegroups.google-calendar-help-dataapiCalDAV: PROPFIND does not work?
FromSent OnAttachments
helge28 Jul 2008 15:54 
Neal Gafter (Google)28 Jul 2008 17:07 
Ray Baxter28 Jul 2008 17:18 
helge29 Jul 2008 00:54 
helge29 Jul 2008 02:07 
helge29 Jul 2008 12:03 
Subject:CalDAV: PROPFIND does not work?
From:helge (helg@googlemail.com)
Date:07/28/2008 03:54:28 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi,

I tried the CalDAV support and got quite a bit disappointed. Even very simple PROPFINDs do not work?

curl --request PROPFIND \ --header "Content-Type: text/xml" \ --header "Depth: 1" \ --data-ascii "<D:propfind xmlns:D=\"DAV:\"><D:getetag/></ D:propfind>" \ --user "mylogin:mypwd" \ "https://www.google.com/calendar/dav/mylogin/events/"

gives

bad PROPFIND request name: getetag

What PROPFINDs do work?