랭킹으로 돌아가기

googleworkspace/apps-script-samples

JavaScriptdevelopers.google.com/apps-script

Apps Script samples for Google Workspace products.

gsuiteapps-scriptgoogle-apps-scriptsamplesgoogle-workspaceclassroomdriveadminsdkcalendarcloud
스타 성장
스타
5.2k
포크
2k
주간 성장
이슈
54
2k4k
2013년 6월2017년 10월2022년 3월2026년 7월
아티팩트npmnpm install apps-script-samples
README

Google Apps Script Samples

Various sample code and projects for the Google Apps Script platform, a JavaScript platform in the cloud.

Learn more at developers.google.com.

Google APIs

AdminSDK



Advanced Services



Calendar

Classroom



Data Studio

Docs

Drive

Forms



Gmail

People



Sheets

Slides

Tasks

Templates

  • Build off a working framework for new Apps Script projects.



Triggers

  • Call an Apps Script function such as onOpen, onEdit, or onInstall in an add-on
  • Create a time-driven trigger

Codelabs

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:

Clone using the clasp command-line tool

Learn how to clone, pull, and push Apps Script projects on the command-line using clasp.

Lint

Run ESLint over this whole repository with:

pnpm lint

This command will fix simple errors.

Type Checking

Run the TypeScript-based check over the repository with:

pnpm check

This command validates .gs files by temporarily converting them to .js and running tsc. It checks for syntax errors and type issues using JSDoc annotations.