Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Insert multiple calendar.events in google calendar(API)

I am using google API, https://developers.google.com/calendar/v3/reference/events/insert to insert event in calendar. Single event is inserted successfully, but is there a way we can insert multiple events in a single callout?

like image 896
Navin Soni Avatar asked Aug 31 '25 21:08

Navin Soni


1 Answers

Global HTTP Batch Endpoints (www.googleapis.com/batch) will cease to work on August 12, 2020 as announced on the Google Developers blog. For instructions on transitioning services to use API-specific HTTP Batch Endpoints (www.googleapis.com/batch/api/version), refer to the blog post. https://developers.googleblog.com/2018/03/discontinuing-support-for-json-rpc-and.html

like image 199
Isabel Arcones Avatar answered Sep 06 '25 09:09

Isabel Arcones