Skip to content

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:

  1. Go to Google Drive
  2. Click "New" > "More" > "Connect more apps"

  1. Find and install "Google Apps Script"

  2. Go back to Google Drive and click "New" > "More" > "Google Apps Script"

  3. Now make sure you have the GitHub repo open in a separate window/tab

  4. For each .gs file you'll want to do the following:

    1. Click the "+" button in the Files section. The select "Script"

  5. Add the needed services by clicking the "+" icon next to services (add "Google Calendar API" and "Tasks API" WITHOUT changing the Identifier box)

  6. You should be all set up! Open back up the Code.gs file and Click "Run" > "Run Function" > "Install"

Clone this wiki locally