node-google-calendar icon indicating copy to clipboard operation
node-google-calendar copied to clipboard

batch requests

Open ivoba opened this issue 8 years ago • 1 comments

This is probably a feature request or is it already possible to do batch requests with this module? https://developers.google.com/calendar/batch

These are multipart requests that contain multiple requests in one main authorized request.

I frequently encounter "Rate Limit Exceeded" errors when doing lots of requests. This is because of too many requests (flood protection by google api) and batch requests could help here.

ivoba avatar Mar 17 '18 16:03 ivoba

I had the exact same question. I might stop using this library I cannot send batch requests.

why-not-try-calmer avatar Mar 02 '19 09:03 why-not-try-calmer