I'm writing a CalDAV client to export my application's events into Google 
Calendar.
The problem is when I have a lot of events and I do a lot of PUTs, the 
Google's server blocks me for a while (it returns error 401 Unauthorized).
I think it understands the massive data flow as flooding.

My application is updated periodically with a lot of events so I have to do 
this export quite often.
How can I avoid this block?
Or if it is not possible, how can I tune the number of events per minute to 
prevent flooding?

Thanks 

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