How to Send Emails with Multiple Attachments Using Google Apps Script

Email communication often requires sending multiple documents or files at once. Whether you’re sending weekly reports, project documents, or promotional materials, attaching multiple files to an email can significantly enhance your communication. Google Apps Script provides a straightforward way to automate sending emails with multiple attachments from Google Drive or any other accessible online storage. … Read more

Automating Hyperlink Updates in Google Sheets with Google Apps Script

Managing a large volume of hyperlinks in Google Sheets can become cumbersome, especially if these links frequently need updates based on external data. Google Apps Script provides a versatile solution with its UrlFetchApp service, which can be used to fetch real-time data and dynamically update links in your sheets. This tutorial will guide you through … Read more

Automating Email Campaigns with Google Apps Script: Using Spreadsheet Data to Send Styled Emails

Sending personalized and visually appealing emails can be a tedious task, especially when dealing with a large list of recipients. Google Apps Script provides a powerful and flexible way to automate this process, using data from Google Sheets to send customized, styled emails to a list of recipients. This blog post will guide you through … Read more

How to Check for All-Day Events on a Specific Date Using Google Apps Script

Keeping track of events in Google Calendar is straightforward, but sometimes specific queries like checking for all-day events on a particular date require a bit more finesse. Google Apps Script offers a powerful way to interact with your Google Calendar programmatically. This post will walk you through creating a script to check for all-day events … Read more

How to Update Text Boxes in Google Slides Using Google Apps Script

Managing presentations can often require updating content frequently to keep up with new information or changes. Google Apps Script provides a powerful way to automate updates in Google Slides. This blog post will show you how to programmatically select specific slides and text boxes within them, and update their contents. What You’ll Need Step 1: … Read more

Automate Your Presentation Creation: Google Apps Script for Converting Google Docs into Google Slides

Creating presentations from lengthy documents can be a tedious task, especially when you need to transfer key points and sections manually. This blog post will guide you through automating the process using Google Apps Script, enabling you to convert sections of a Google Docs document into a series of slides on a Google Slides presentation. … Read more

Apps Script between the Form Apps Service and Google Calendar

Automatically Add Google Form Responses to Google Calendar with Google Apps Script Integrating Google Forms with Google Calendar can streamline various tasks such as scheduling appointments, booking events, or organizing meetings directly from form submissions. In this tutorial, we will guide you through creating a simple Google Apps Script that automatically adds events to your … Read more

GDG Surrey Build With AI at British Columbia Institute of Technology

Laurence Svekis at “Build with AI” GDG Surrey Event Harnessing the Power of Google Apps Script Recently, the “Build with AI” event hosted by Google Developer Groups (GDG) Surrey at the British Columbia Institute of Technology brought together developers and AI enthusiasts to delve into the latest in Generative AI technologies and applications. Among the … Read more

Integrating Gemini AI with Google Apps Script for Dynamic Content Creation

In the rapidly evolving world of AI and machine learning, Google’s Gemini AI stands out as a powerful tool for generating human-like text based on given prompts. Integrating such capabilities into Google Apps Script opens up exciting possibilities for automating content creation directly within Google Workspace applications. In this blog post, we’ll explore how you … Read more

Enhancing Google Sheets with Custom Formulas and Functions

Google Sheets is an incredibly powerful tool for data analysis and collaboration. One of its most robust features is the ability to create custom functions using Google Apps Script, which can be used just like any built-in function within your spreadsheets. This capability allows you to tailor Google Sheets to your specific needs, making data … Read more