Hi, I am working on Google calendar Data API. I want to post a recurring event from my program but it is returning HTTP 400 Bad Request. When i see the body of the output it gives an error Failed to Process the recurring events. Pls help me out. Following is the xml feed i tried posting
<entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005'><category scheme='http:// schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/ 2005#event'></category><title type='text'>Tuesday Tennis Lessons with Jane</title><content type='text'>Meet on Tuesdays for a quick lesson.</ content><author><name>Jo March</name><email>[EMAIL PROTECTED]</email></ author><gd:transparency value='http://schemas.google.com/g/ 2005#event.opaque'></gd:transparency><gd:eventStatus value='http:// schemas.google.com/g/2005#event.confirmed'></gd:eventStatus><gd:where valueString='Rolling Lawn Courts'></ gd:where><gd:recurrence>DTSTART;TZID=Asia/Calcutta:20070504T163000 DTEND:20070504T173000 RRULE:FREQ=WEEKLY;BYDAY=Tu;UNTIL=20070904</ gd:recurrence></entry> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
