-
-
Notifications
You must be signed in to change notification settings - Fork 213
Setting up the script manually
jonas0b1011001 edited this page Feb 2, 2025
·
6 revisions
Recently, we have had a few reports of users seeing the following message:
Here are some manual instructions to get the code running from GitHub:
- Go to Google Drive
- Click "New" > "More" > "Connect more apps"
-
Find and install "Google Apps Script"
-
Go back to Google Drive and click "New" > "More" > "Google Apps Script"
-
Now make sure you have the GitHub repo open in a separate window/tab
-
For each
.gs
file you'll want to do the following:- Click the "+" button in the Files section. The select "Script"
-
Add the needed services by clicking the "+" icon next to services (add "Google Calendar API" and "Tasks API" WITHOUT changing the Identifier box)
-
You should be all set up! Open back up the
Code.gs
file and Click "Run" > "Run Function" > "Install"