node-google-calendar
node-google-calendar copied to clipboard
batch requests
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.
I had the exact same question. I might stop using this library I cannot send batch requests.