Google Apps Script - introduction - 0 views
code.google.com/...guide.html
google script apps Programming javascript tool tools infrastructure development

-
control over Google products
- ...44 more annotations...
-
guide contains the information you need to use Google Apps Script, a server-side scripting language, based on JavaScript, that runs on Google's servers alongside Google Apps
-
A script is a series of instructions you write in a computer language to accomplish a particular task. You type in the instructions and save them as a script. The script runs only under circumstances you define.
-
The Google Apps Script API provides a set of objects. You can use these objects and their associates methods to access Google Docs and Spreadsheets, Gmail, Google Finance, and other Google applications.
-
To run a script, you must first add the script to a Google Spreadsheet or Google Site using the Script Editor.
-
You can retrieve information from a wide selection of Google Apps and Services and from external sources, including web pages and XML sources. You can use Google Apps Script to create email, spreadsheets, pages on Google Sites, and files in the Google Docs Document List.