using the quick add code as in this example, how do i post to a calendar other than the default? thank you!
event = gdata.calendar.CalendarEventEntry() event.content = atom.Content(text='Tennis with John July 30 3pm-3:30pm') event.quick_add = gdata.calendar.QuickAdd(value='true') # Send the request and receive the response: new_event = calendar_service.InsertEvent(event, address) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
