It appears that the Google Calendar API effectively blocks you if you create and delete multiple (less than 10) calendars in a short space of time.
This made it impossible for me to test my application, because it creates / deletes a calendar for each user that is added / removed from the application. I am currently “pondering” this problem by creating a new Google account every time I am closed from the calendar API. Clearly, this solution is less than satisfactory.
Is there a way to avoid this overly diligent DoS prevention?
Thanks Don
Dónal source
share