Is your feature request related to a problem? Please describe.
The Google API docs suggest using batch request endpoints described in the discovery specs to minimise multiple TCP connection overhead when large volumes of calls are necessary.
Describe the solution you'd like
Initially an example of how to do it. This might provide guidance for future batching or use in a non-blicking application.
Describe alternatives you've considered
provide a dedicated method to construct batched processes.
Additional context
https://developers.google.com/calendar/batch
https://www.odata.org/documentation/odata-version-3-0/batch-processing/
https://www.perlmonks.org/?node_id=1223595
Is your feature request related to a problem? Please describe.
The Google API docs suggest using batch request endpoints described in the discovery specs to minimise multiple TCP connection overhead when large volumes of calls are necessary.
Describe the solution you'd like
Initially an example of how to do it. This might provide guidance for future batching or use in a non-blicking application.
Describe alternatives you've considered
provide a dedicated method to construct batched processes.
Additional context
https://developers.google.com/calendar/batch
https://www.odata.org/documentation/odata-version-3-0/batch-processing/
https://www.perlmonks.org/?node_id=1223595