Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.01 KB

Appscript Examples

This repo contains small scripts I've written to automate tasks in Google applications (Gmail, Sheets, and Docs). Please see comments in each file to determine what should be updated to apply these functions to your own.

Below are screenshots to help first-time AppScript users set up a script for their Google project:

Locate Script Editor in your Current Project

alt tag

This will lead you to an IDE where you can develop, run and debug your code.

Set up a Trigger

alt tag

Under the resources tab, you can access your current projects triggers. This will launch a pop-up:

alt tag

Many of the projects in this repo are dependent on timers or run on edit. Choose what works best for you.