Google Calendar API DoS prevention

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2010-05-18T10:59:47Z Indexed on 2010/05/26 12:01 UTC
Read the original article Hit count: 242

Hi,

It appears that the Google calendar API effectively locks you out if you create and delete a few (less than 10) calendars within a short space of time.

This has made it basically impossible for me to test my app, because it creates/deletes a calendar for each user that is added/removed from the app. Currently, I'm "working around" this issue by creating a new Google account each time I get locked out of the Calendar API. Clearly, this solution is less than satisfactory.

Is there any way I can avoid this over-zealous DoS prevention?

Thanks, Don

© Stack Overflow or respective owner

Related posts about google-calendar

Related posts about google-calendar-api