Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleworkspace/apps-script-intro-codelab
https://github.com/googleworkspace/apps-script-intro-codelab
google-apps-script google-workspace
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleworkspace/apps-script-intro-codelab
- Owner: googleworkspace
- License: apache-2.0
- Created: 2018-05-08T17:34:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T10:36:10.000Z (9 months ago)
- Last Synced: 2024-03-27T06:59:23.967Z (8 months ago)
- Topics: google-apps-script, google-workspace
- Language: JavaScript
- Size: 32.2 KB
- Stars: 56
- Watchers: 16
- Forks: 22
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Apps Script introductory codelab
This codelab introduces developers to [Google Apps Script](https://developers.google.com/apps-script), our customized JavaScript-in-the-cloud application hosting platform which gives developers integrated access to G Suite, Google, and external services. Access it at .
## Prerequisites
- A Google account (G Suite accounts may require administrator approval)
- Basic JavaScript skills
- Basic spreadsheet skills## Introduction
The codelab introduces developers to one of the easiest ways to write code that accesses Google developer technologies, all by leveraging one of the mainstream web development languages, JavaScript. Using Google Apps Script, you will write code to extract an address sitting in a cell in a Google Sheet, generate a Google Map based on that address, and send a link of the map to yourself or a friend using Gmail. The best part? It's only 4 lines of JavaScript!
If you're completely new to Apps Script, check out our [overview video](http://youtu.be/xUm0Q6XrcY8). A longer intro video can be found [here](http://goo.gl/1sXeuD) as well as [another video](http://goo.gl/oAzBN9) walking you through the code in this codelab & repo.
## Support
- [Apps Script documentation](https://developers.google.com/apps-script)
- [Apps Script video library](https://developers.google.com/apps-script/guides/videos)
- [Apps Script support channels](https://developers.google.com/apps-script/support)
- [Apps Script community & mailing list](http://groups.google.com/group/google-apps-script-community)
- [Stack Overflow](http://stackoverflow.com/questions/tagged/google-apps-script)
- [Other Google codelabs](http://g.co/codelabs)If you've found an error in this sample, please file an issue. Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. See [CONTRIBUTING](CONTRIBUTING.md) for more information.