On Aug 25, 2008, at 10:03 PM, srikanth m wrote:
> > hi, > > I am srikanth. Just I tried to update an event from My > Own Calendars using python. Hi Srikanth, The owncalendars feed is not a particular calendar, it is a feed of all the different calendars that the user owns. This code: > feed = self.cal_client.GetOwnCalendarsFeed() gets a feed of multiple calendars. This feed does not contain events - that explains the errors that you are receiving. Compare your code to the example at: http://code.google.com/apis/calendar/developers_guide_python.html#RetrievingOwnCalendars which does the GetOwnCalendarsFeed call, and then prints the calendar titles. There is an example of getting all the events of a particular calendar here: http://code.google.com/apis/calendar/developers_guide_python.html#RetrievingWithoutQuery Good luck, Ray --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
