March 2016
Beginner to intermediate
232 pages
4h 29m
English
In the previous chapter, you learned how to create basic GAS elements such as custom menu, dialog, and toast. You also learned how to debug your script codes. In this chapter, you will learn many real-world Gmail and Contacts applications including a mail merger application.
In this chapter, if you go through left and right square brackets inside code like [[ value ]], then replace value with the actual value including the brackets.
For example, if the e-mail ID is example@emample.com and you go through My email id [[emailid]] \n, then replace it with My email id example@example.com \n.
You can create Gmail Contacts by script using the createContact method of the ContactsApp ...
Read now
Unlock full access