Hi,

I was able to add this recurrence as a batch request (XML captured below) -

<atom:feed>
<atom:category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"/>
<atom:entry>
<atom:id>3</atom:id>
<atom:category scheme="http://schemas.google.com/g/2005#kind";
term="http://schemas.google.com/g/2005#event"/>
<atom:title type="text">batch request #3 - recurrence insert</atom:title>
<gd:recurrence>
DTSTART;VALUE=DATE:20040804T090000
DTEND;VALUE=DATE:20040804T090000
RRULE:FREQ=DAILY;BYDAY=TH;UNTIL=20040806
</gd:recurrence>
<batch:id>3</batch:id>
<batch:operation type="insert"/>
</atom:entry>
</atom:feed>

Is there a specific error message you get? your recurrence string is correct.

Austin

On Fri, Apr 4, 2008 at 5:49 PM, bobb <[EMAIL PROTECTED]> wrote:
>
>  Here's one of the entries causing the error (other recurring events
>  are uploaded ok):
>   <entry xmlns:gd="http://schemas.google.com/g/2005";>
>     <gd:where valueString="Office" />
>     <gd:recurrence>DTSTART;VALUE=DATE:20040804T090000
>  DTEND;VALUE=DATE:20040804T090000
>  RRULE:FREQ=DAILY;BYDAY=TH;UNTIL=20040806
>  </gd:recurrence>
>     <batch:id>2</batch:id>
>     <batch:operation type="insert" />
>     <title type="text">Pay Insurance</title>
>     <category term="http://schemas.google.com/g/2005#event";
>  scheme="http://schemas.google.com/g/2005#kind"; />
>     <content type="text/xml" />
>   </entry>
>
>  Anyone know what's wrong with the <recurrence> element here?
>  TIA
>  >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" group.
To post to this group, send email to 
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to