Skip to content

Setup Google Apps Script

Oscar Cortez edited this page Aug 9, 2022 · 2 revisions
image
  • Now click on "New Project":
image
  • Copy the events.gs code.
  • Paste the code in the editor and be sure to update the Calendar Ids list with the IDs get got from the previous step.
image
  • On the left side click on "Services", then select the "Calendar API", and finally save it:
image
  • Click on "Implement" and select the "New Implementation" option:
image
  • On the configuration modal, click on the "select type" config and select "Web Application", now in the "Who has access" select "Everyone"
    • This will allow to retrieve our calendar information without the needed of having an authenticated request, or a Google account.
image
  • Click on save, wait until the setup completes, and then grant the access to your data to the app.
  • Once its done and you've already granted the permissions to the app, copy the URL returned and click on "Done":
image
  • Paste the URL in the endpoint key for your neocal config (config.ini).

That's it.

Clone this wiki locally