Closed GoogleCodeExporter closed 9 years ago
This is not an issue with the Python client library but mostly an issue with
the API as it sends too much redirects.
I would advise you to use the latest version of gdata/data.py and
gdata/calendar/{data,client}.py from the repository and use the
"redirects_remaining" parameter to ask the client to handle more redirects:
[CODE]
calendar_client.InsertEvent(<your_data>, redirects_remaining=10)
[/CODE]
Original comment by ala...@google.com
on 28 Feb 2011 at 7:02
Original issue reported on code.google.com by
a355...@gmail.com
on 27 Feb 2011 at 1:39