Skip to main content

Posts

Showing posts with the label google apps script

Send Bulk Emails with #GAS

In my attempt to explain and demonstrate the usefulness of #GAS, we have taken a look at how to use it to: Add / Delete Calendar Events ; Add Custom Menu Buttons to our functions . We will now take a look at how to Send Bulk Emails using Google Apps Script. Please don't spam people with this!!!

Adding custom Menu items to Spreadsheet

You have written your first Apps Script and it runs perfectly from the script editor, good job so far. But did you know you can add custom menu items to your Spreadsheet ? I briefly explained this in the post " Add / Delete Calendar event with Google Apps Script " and I will explain further here how the method responsible for adding menu works with an example script.

6 other cool things you can use #GAS for

Google Apps Script is useful for building simple and complicated solutions on top of the various editions of   Google Apps ; Business , Education and Government . You can still write GAS code with your gmail account from your drive  even if you don't have an Apps account. Writing Google Apps Script is very easy, if you know how to write javascript, it gets easy for you.