first time asking a question here.
I\'ve built a Google App Script that takes event info from Google Sheets and creates events on Google Calendar, based on @Mogsdad
I had the same error, and searching on Google let me here, so I'll leave my solution. In my case, I was added email reminders to events, which caused the "You have been creating or deleting too many calendars or calendar events in a short time. Please try again later." error after created only 10s of events. Removing the call to Event.addEmailReminder()
fixed my problem.