AUTOMATE SCRIPT

Easy Lodgify Integration with google sheets using Google Apps script

You don’t have to pay a single penny to Lodgify Integration with google sheets using Google Apps script.Lodgify is a simple vacation rental software. We will create a Google Sheets feed by some basic booking information (about 8 data fields) pulled from Lodgify bookings using Lodgify API and also set the trigger to fetch the […]

Automatically save Gmail attachments to Google Drive

In this Post, script will Automatically save Gmail attachments to Google Drive folder. Script can be run manually or through a time-driven trigger. Google Apps Script fetch the attachments and save them to Drive. Google Apps Script to save Gmail attachments to Google Drive Create a new google apps script file. And Paste the code […]

Auto Update Google Slides from Google Sheets

In this post, I will show you How to Auto Update Google Slides from Google Sheets using Google Apps Script. To Be honest, Directly It’s Not Possible. But I have one idea to Auto Update Google Slides from Google Sheets Approach to Auto Update Google Slides from Google Sheets First Create a Google sheet. After, […]

Find distance between Multiple Location in Google sheets

In this post, I will show you how to Find distance between multiple location in google sheets using Google Apps Script and how to calculate the duration. Internally, it uses the Google Maps service of Google Apps Script to find the distance and directions between the Multiple Location Google Sheets Find distance between Multiple Location […]

How to set trigger in google apps script

To set trigger in google apps script through a dialog in the script editor, follow these steps: From the script editor, choose Edit > Current project’s triggers. Click the link that says: No triggers set up. Click here to add one now. Under Run, select the name of the function you want to trigger. Under Events, select either Time-driven or the […]

Authorization of Google Apps Script in 1 min

When we run the Google Apps Script First time it needs the Authorization of Google Apps Script to click on the “run” triangle icon and ensure the function to run. You can also check this official post Check Video: Authorization of Google Apps Script One of the Apps Script features developers appreciate is that you […]

What Google Apps Script can Do?

Google Apps Script is free to use, and all you need to get started is a Google account.You can do a lot of things, like automatically transfer your emails from Gmail to Drive based on your labeling, give deadlines to tasks and sync it with Google Calendar to get notifications. In a lot of ways, […]

Basic of Google Apps Script

Hello! To be honest Basic of Google Apps script is Javascript. Google Apps Script is used to automate Google apps like google sheets, docs, slides, Gmail, calendar API, etc…In this post, I will guide step by step how we write the first script. Hello World for Basic of Google Apps Script First, open the google […]