Hello Alen,

Unfortunately, this seems to be due to the fact that your request got too 
many redirects from the API. This can happen quite randomly and you can 
increase the number of try by adding the "redirects_remaining" to the 
GetCalendarEventFeed method call (the default value is 4):

[CODE]
calendar_feed = clientCAL.GetCalendarEventFeed(uri, redirects_remaining=10)
[/CODE]

I hope this helped!
Best,
Alain

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

Reply via email to