Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googleworkspace/apps-script-samples

Apps Script samples for Google Workspace products.
https://github.com/googleworkspace/apps-script-samples

adminsdk apps-script calendar classroom cloud drive google-apps-script google-workspace gsuite samples

Last synced: 25 days ago
JSON representation

Apps Script samples for Google Workspace products.

Awesome Lists containing this project

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](https://developers.google.com/apps-script).

## Google APIs


### AdminSDK
- [Manage domains and apps](adminSDK)



### Advanced Services
- [Access Google APIs via Advanced Google services](advanced/)



### Calendar
- [List upcoming events](calendar/quickstart)
- [Create a vacation calendar](solutions/automations/vacation-calendar/Code.js)


### Classroom
- [Manage Google Classroom](classroom/quickstart)



### Data Studio
- [Build a connector](data-studio/build.gs)
- [Authentication and Authorization](data-studio/auth.gs)


### Docs
- [Cursor inspector add-on](docs/cursorInspector)
- [Translate add-on](docs/translate)


### Drive
- [Manage Google Drive files and folders](drive/quickstart)
- [View Google Drive activity](drive/activity)


### Forms
- [Notification add-on](forms)



### Gmail
- [Sending email](gmail/sendingEmails)
- [Mailmerge: Merge a template email with content](gmail/mailmerge)


### People
- [Listing Connections](people/quickstart)



### Sheets
- [Managing Responses for Google Forms](sheets)
- [Menus and Custom Functions](sheets)


### Slides
- [Translate Slides Add-on](slides/translate)
- [Progress Bars add-on](slides/progress)


### Tasks
- [List Tasks](tasks/quickstart)
- [Simple Tasks Web App](tasks/simpleTasks)


### 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](https://developers.google.com/apps-script/guides/triggers/installable#time_driven_triggers)

## 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:

- [Apps Script Intro](http://g.co/codelabs/apps-script-intro)
- [Apps Script CLI – clasp](http://g.co/codelabs/clasp)
- [BigQuery + Sheets + Slides](http://g.co/codelabs/bigquery-sheets-slides)
- [Docs Add-on + Cloud Natural Language API](http://g.co/codelabs/nlp-docs)
- [Gmail Add-ons](http://g.co/codelabs/gmail-add-ons)
- [Google Chat Apps](https://developers.google.com/codelabs/chat-apps-script)

## Clone using the `clasp` command-line tool

Learn how to clone, pull, and push Apps Script projects on the command-line
using [clasp](https://developers.google.com/apps-script/guides/clasp).

## Lint

Run ESLint over this whole repository with:

```shell
npm run lint
```

This command will fix simple errors.