I'm using kloudless to connect into google calendar with different calendar_ids.
Currently what I've did was
CURL calling /v1/accounts/{account_id}/cal/calendars/{calendar_id}/events/
multiple times (and works).
However I wanted to make it efficent by single CURL call if possible.
Is there any kloudless API which can fetch events from multiple calendar_ids at the same time ?
Thanks in advance.