8 messages in com.googlegroups.google-calendar-help-dataapiRe: Recurrence problem
FromSent OnAttachments
John M23 Apr 2006 15:10 
Kyle Marvin24 Apr 2006 08:26 
John M24 Apr 2006 09:58 
John M24 Apr 2006 22:48 
John M27 Apr 2006 01:51 
feng...@gmail.com27 Apr 2006 08:28 
John M27 Apr 2006 09:21 
Greg04 May 2006 22:00 
Subject:Re: Recurrence problem
From:John M (john@blueyonder.co.uk)
Date:04/24/2006 10:48:49 PM
List:com.googlegroups.google-calendar-help-dataapi

On looking into this further. The problem seems to be how the data is handled by the POST in cURL. All newlines are removed, which breaks the iCalendar recurrence block.

I have been using: "curl -H <authentication headers> -d <xml data> <url>" to POST the data, which I have as a text string.

Is anyone able to give me a pointer as to make this work better in cURL?

I tried url-encoding the data, which broke the XML. I also tried using the "--data-string" flag, but this doesn't seem to work in my version of cURL.

Thanks for any help & best wishes