I am using gdata python library. following is the code:
event = gcal_data.CalendarEventEntry () event.content = atom.data.Content (text = 'team meeting every thursday 9am') event.quick_add gcal_data.QuickAddProperty = (value = true) The bug is that QuickAdd will parse it correctly... *but* it will also create an event on the same day the API called is made. In the above example, the api call is made on Sunday (today). So the QuickAdd recurring event added will appear on Sunday (today), followed by every Thursday. If the api call is made on Saturday. The QuickAdd recurring event added will appear on Saturday, followed by every Thursday. Thanks, so -- 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://code.google.com/apis/calendar/community/forum.html
