Hi all,
I'm just trying to get a list of events from a specific public
calendar (so I shouldn't need authentication), can anyone point out
what I am doing wrong in this snippet?

    calendar_service = gdata.calendar.service.CalendarService()
    calendar = gdata.calendar.CalendarListEntry()
    calendar.id = atom.Id
(text='[email protected]')
    returned_calendar = calendar_service.InsertCalendarSubscription
(calendar)

python throws exceptions in the InsertCalendarSubscription call ( I
think the calendar object isn't valid), any help would be
appreciated...

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to