Google Apps Script Platform

From GM-RKB
(Redirected from Google Apps Script)
Jump to navigation Jump to search

A Google Apps Script Platform is a cloud-based lightweight application development platform within the Google Workspace Platform that enables Google Workspace automation and Google service integration.



References

2025-03-22

[1] https://www.benlcollins.com/apps-script/google-apps-script-beginner-guide/
[2] https://www.neenopal.com/GoogleAppScript.html
[3] https://developers.google.com/codelabs/apps-script-fundamentals-1
[4] https://developers.google.com/apps-script
[5] https://codelabs.developers.google.com/codelabs/apps-script-intro
[6] https://cloud.googleblog.com/2009/08/launched-google-apps-script.html
[7] https://mochiresearch.com/2021/08/03/how-to-navigate-apps-script-for-javascript-users/
[8] https://www.linkedin.com/posts/labnol_celebrating-15-years-of-google-apps-script-activity-7231670362214682624-gI9K
[9] https://workspace.google.com/blog/apps-ecosystem/celebrating-10-years-of-apps-script-looking-back-on-how-it-started
[10] https://webapps.stackexchange.com/questions/159379/how-to-restore-an-old-version-in-google-apps-scripts-new-editor
[11] https://developers.google.com/apps-script/concepts/deployments
[12] https://www.youtube.com/watch?v=voft0qZfkvw
[13] https://www.bpwebs.com/user-authentication-in-google-apps-script-web-apps/
[14] https://developers.google.com/apps-script/guides/web
[15] https://www.reddit.com/r/GoogleAppsScript/comments/q5s95o/how_to_deploy_apps_script_as_web_app/
[16] https://developers.google.com/apps-script/guides/services/external
[17] https://stackoverflow.com/questions/65832570/how-to-script-google-advanced-services
[18] https://developers.google.com/apps-script/api/how-tos/execute
[19] https://trevorfox.com/2015/03/rest-api-with-google-apps-script/
[20] https://stackoverflow.com/questions/50397157/how-to-use-an-external-api-in-google-apps-script-that-requires-an-api-key
[21] https://developers.google.com/workspace/add-ons/concepts/types
[22] https://docs.oracle.com/en/cloud/paas/autonomous-database/serverless/adbsb/install.html
[23] https://developers.google.com/workspace/add-ons/how-tos/building-workspace-addons
[24] https://groups.google.com/g/google-apps-script-community/c/6zGDIHG1a2s

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