I am wondering if it is possible to add recurring events using the API and the quick add feature? So far I have only been able to properly add events that doesn't have any keywords that implies that the event is recurring.
For example, if I try to add "Tennis practice Tuesday 7pm to 9pm weekly" through the API it only adds the event on today's date with the correct time. Here's what I'm sending in the body of my POST to / calendar/feeds/default/private/full: <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gCal='http:// schemas.google.com/gCal/2005'> <content type="html">tennis practice friday 7pm to 9pm weekly</ content> <gCal:quickadd value="true"/> </entry> I recieve a 201 Created but the event only gets added for today's date and not on every friday of the week. Thanks! //David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
