derekantrican / GAS-ICS-Sync

A Google Apps Script for syncing ICS/ICAL files faster than the current Google Calendar speed
GNU General Public License v3.0
1.5k stars 192 forks source link

Calendar not defined #433

Closed bcwilsondotcom closed 4 months ago

bcwilsondotcom commented 5 months ago

The problem

After installing the latest version of the files directly from the repo, I get the following error on startSync:

ReferenceError: Calendar is not defined at setupTargetCalendar(Helpers:179:24) at startSync(Code:178:26)

The run then ends and nothing is synced

Version of GAS-ICS-Sync

5.8

Additional information & file uploads

No response

jonas0b1011001 commented 5 months ago

Go to project settings in the code editor (left sidebar), check display appsscript.json, open the file in the editor and compare it to https://github.com/derekantrican/GAS-ICS-Sync/blob/master/appsscript.json