Scripts

Google App Scripts mostly

You can do this by making use of the get Updates method Entering the below code into any web browser immediately after adding the bot to the group. You…
Just made an edit to my logger code So each time I wanted to take a look at the data being logged, I had to retrieve the spreadsheet link. And each time…
Has the words: invite.ics OR invite.vcs. Has attachment box. Source article: https://support.google.com/a/users/answer/9308760?hl=en
shift + tab - Auto indentation of code command + R - Run code command + return - view logs
// function to delete all labels function deleteAllLabels() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Labels'); sheet.clear(); var…
// function to delete all labels with info function listLabelInfo() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Labels'); sheet.clear…
// function to delete all filters function deleteAllFilters() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Filters'); sheet.clear(); var…
See all