-
Book Overview & Buying
-
Table Of Contents
Google Apps Script on the New IDE: Complete Course with 100+ Examples
By :
Google Apps Script on the New IDE: Complete Course with 100+ Examples
By:
Overview of this book
Google Apps Script is a rapid application development platform that makes it fast and easy to integrate business applications with Google Workspace.
This is a complete hands-on course, loaded with 100s of Google Apps Script coding examples to do amazing things with Google G Suite and sample projects to create advanced functionality with Google apps and Google services.
Boost workflow efficiency when working with Google Workspace by automating or streamlining tasks and connect to non-Google services within Google Workspace applications, allowing us to retrieve or upload data from those services into and from Google Workspace. Explore how to deploy your Apps Script project as an add-on extending Google Workspace.
In this course, we will explore how to create and release functionalities within our G Suite apps.
We’ll add custom menus, dialogs, and sidebars to Google Docs, Sheets, and Forms; publish web apps—either standalone or embedded in Google sites; create customized user interfaces that are directly integrated into Google Workspace applications.
By the end of this course, you will become an expert in Google Apps Script.
The code bundle for this course is available at https://github.com/PacktPublishing/Google-Apps-Script-on-the-New-IDE-Complete-Course-with-100-Examples
Table of Contents (14 chapters)
Introduction to Getting Started with Google Apps Script
JavaScript in the Cloud Google Apps Script and JavaScript Basics of Code
Google Apps Script Sheets Spreadsheet; Service Class SpreadsheetApp
Google Apps Script Document Service Class DocumentApp
Google Apps Script Drive Service Class DriveApp
Google Apps Script Gmail Service Class GmailApp Methods to Send Email
Introduction to Google Apps Script Calendar Service Class CalendarApp
Google Apps Script Slides Service Class SlidesApp
Google Apps Script Forms Service Class FormApp
Google Workspace Services
Google Apps Script Common Services Mini Apps and Useful Coding Examples
Mini Projects with Web Apps; Create Web App URLs Using Google Apps Script
Create a WebApp API Endpoint Google Apps Script; Add-On Project
Apps Script Code Examples, Questions, and Sample Code