I am using gdata-python-client from http://code.google.com/p/gdata-python-client/
And my code is this: event = gcal_data.CalendarEventEntry() event.content = atom.data.Content(text=text) event.quick_add = gcal_data.QuickAddProperty(value='true') new_event = self.client.InsertEvent(event) The QuickAdd is not parsed at all. The print out of "event" is below: <ns0:entry xmlns:ns0="http://www.w3.org/2005/Atom"> <ns1:quickadd value="true" xmlns:ns1="http://schemas.google.com/gCal/2005/" /> <ns0:content>Tomorrow dinner with Soe</ns0:content></ns0:entry> Any direction would be much appreciated. I have tried with PHP client and it worked. -- 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
