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

ReferenceError: calendarTz is not defined #427

Closed DennisSuitters closed 5 months ago

DennisSuitters commented 5 months ago

The problem

ReferenceError: calendarTz is not defined

Error   
    ReferenceError: calendarTz is not defined
    validateTimeZone    @ Helpers.gs:830
    createEvent @ Helpers.gs:376
    processEvent    @ Helpers.gs:291
    (anonymous) @ Code.gs:219
    startSync   @ Code.gs:218

The Calendar Reference is created, but the events are not added, nor updated.

Version of GAS-ICS-Sync

5.8

Additional information & file uploads

No response

DennisSuitters commented 5 months ago

Ok, I got this working, I didn't copy the project as per the instructions in the read me, I copied the files from this repository. I guess it pays to actually read things completely, apologies for wasting your time.

jonas0b1011001 commented 5 months ago

Well, you found a bug in the master branch anyways. Thanks for reporting! :)

DennisSuitters commented 5 months ago

Funny how things work out. Hope it helps.