Hello Alain,

Thanks for reply.

I've tried suggested solution, but even if I increase number of
redirects up to 80-times, it doesn't work.

I think, that there is some information preserved through out this
session which is 'wrong' and needs to be restarted, because if it
wants to work it works in the first try and not for example in tenth
or twentieth try.

Is there any possible workaround?

Regards, Alen

On Mar 10, 5:36 pm, Alain <[email protected]> wrote:
> 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