Relative Content

Tag Archive for google-sheetsgoogle-apps-scriptgoogle-calendar-api

How to Delete Today’s Google Calendar Entries in Google Apps Script

I am trying to delete Google Calendar entries for today in Google Apps Script. I create the entry from a Google Spreadsheet. In the cells, the dates are formatted mm/dd/yyyy 00:00:00 where the start date and end date are equal, creating what displays as an all day entry on Google Calendar.

Optimize deletion of all events between two dates in Google Calendar

I am working on a Google Calendar project by which I am deleting old “events” and replacing them with new “events”. Tanaike has graciously helped me to make use of the Google Calendar API and his Google Apps Script library to be able to add events in a single batch request here, greatly speeding up the process.

Issue in creating calendar events in user timezone using google apps script?

I have a script in a google sheet that creates events in a calendar. The Google sheet time zone is GMT-5 while in the script editor timezone is GMT-4, now the issue is my timezone is GMT+5 when I run this event creation script it does not create an event based on my timezone rather it does it according to google sheet/script timezone.