Various sample code and projects for the Google Apps Script platform, a JavaScript platform in the cloud.
Learn more at developers.google.com.
Manage domains and apps
Access Google APIs via Advanced Google services
List upcoming events
Create a vacation calendar
Manage Google Classroom
Build a connector
Authentication and Authorization
Cursor inspector add-on
Translate add-on
Manage Google Drive files and folders
View Google Drive activity
Notification add-on
Sending email
Mailmerge: Merge a template email with content
Listing Connections
Managing Responses for Google Forms
Menus and Custom Functions
Translate Slides Add-on
Progress Bars add-on
List Tasks
Simple Tasks Web App
Build off a working framework for new Apps Script projects.
Call an Apps Script function such as onOpen
, onEdit
, or onInstall
in an add-on
Create a time-driven trigger
Codelab tutorials combine detailed explanation, coding exercises, and documented best practices to help engineers get up to speed with key Google technologies. Here's a list of Apps Script codelabs:
Apps Script Intro
Apps Script CLI – clasp
BigQuery + Sheets + Slides
Docs Add-on + Cloud Natural Language API
Gmail Add-ons
Google Chat Apps
clasp
command-line toolLearn how to clone, pull, and push Apps Script projects on the command-line using clasp.
Run ESLint over this whole repository with:
npm run lint
This command will fix simple errors.