Google Apps Script
Jump to navigation
Jump to search
A Google Apps Script is a light-weight script on the Google Apps Script Platform for Google Workspace Apps.
- Context:
- It can be (triggered) by a Google Apps Script Trigger.
- ....
- Example(s):
function myFunction() {Logger.log('Hello, World!'); }
- …
- Counter-Example(s):
- Javascript Script (in Javascript).
- Excel Script or VB for Apps.
- See: Google Docs, Sheets and Slides, Web Application Framework, Scripting Framework, Scripting Language, Google Workspace, ECMAScript.
References
2023
- (Wikipedia, 2023) ⇒ https://en.wikipedia.org/wiki/Google_Apps_Script Retrieved:2023-8-16.
- Google Apps Script is a scripting platform developed by Google for light-weight application development in the Google Workspace platform. Google Apps Script was initially developed by Mike Harm as a side project while working as a developer on Google Sheets. Google Apps Script was first publicly announced in May 2009 when a beta testing program was announced by Jonathan Rochelle, then Product Manager for Google Docs. In August 2009 Google Apps Script was subsequently made available to all Google Apps Premier and Education Edition customers. It is based on JavaScript 1.6, but also includes some portions of 1.7 and 1.8 and a subset of the ECMAScript 5 API. Apps Script projects run server-side on Google's infrastructure. According to Google, Apps Script "provides easy ways to automate tasks across Google products and third party services." [1] Apps Script is also the tool that powers the add-ons for Google Docs, Sheets and Slides. [2]
2023
- https://www.google.com/script/start/
- QUOTE: ... Apps Script is a rapid application development platform that makes it fast and easy to create business applications that integrate with Google Workspace. ...