Today Google Calendar has become an indispensable part of our life. It is very clean and intuitive. We can create events, add guests and block our time-slots. But how about allowing others to book available time-slots themselves in our Google Calendar. Keeping this mind we have created this script. Now you don't have to deal …
Category: Google Script
Share Your Google Contact Groups With Others
Do you want to share some of your Gmail contacts or in fact a contact groups with others ? You want somebody to edit and update your contact groups ? How do you do that ? As there is no default option available in Google Contacts, we have created a script which can help you …
How to Send Email From Gmail with JavaScript
Many times it is needed to send emails programmatically from JavaScript. So here is a beautiful way we present to send emails from your Gmail with JavaScript using Google Apps Script. You don't need to go through any OAuth process. This is very simple, straight forward, easy to use and needs zero programming skills to …
Extract your Google Drive Files and Folder Collaborators to CSV
We keep a lot of files in Google Drive. It is a place where we can collaborate with other people to get the work done. We can share files & folders to many people, we can give them editor access or read only access. Eventually the list of collaborators in our files/folders increases and at times …
Automatic Web Page Screenshot Capture With Google Apps Script
This app can help you to take regular screenshots of your webpage automatically. It has been created with Google Apps Script and uses trigger to automate the process. Using this application you can track how a webpage was looking like 3 years before. You don't need to do this manually. Simply click on "Start capturing" and it …