This repository contains a tutorial on how to use Google Apps Script to automate tasks.
The automation is implemented as a Google Apps Script that adds a custom menu to Google Sheets. Users can:
- Select a row with event data in the spreadsheet
- Use the new menu to trigger various automation functions
- Send emails, generate calendar content, create folders, or generate HTML
First, you need to install clasp:
npm install -g @google/claspThen, you need to login to clasp:
clasp loginTake the script ID from the Google Apps Script, on the left side of the screen, "Project Settings" > "Script ID":
clasp clone <script-id>To sync the configuration with clasp, run the following command:
clasp pushTo pull the configuration from the Google Apps Script, run the following command:
clasp pull