Sijo Kuruvilla
Subscribe
Sign in
Home
100 Notes
Notes to Self
Scripts
Articles
Projects
Productivity
Media
Blog
Archive
Scripts
Google App Scripts mostly
New
Top
Locating ID of a Telegram group
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…
Jun 22, 2008
Fetch link to logger spreadsheet from Telegram bot
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…
Jun 22, 2008
Filter for calendar invitations
Has the words: invite.ics OR invite.vcs. Has attachment box. Source article: https://support.google.com/a/users/answer/9308760?hl=en
Jun 16, 2008
Three useful Scripts shortcuts
shift + tab - Auto indentation of code command + R - Run code command + return - view logs
Jun 16, 2008
Delete all Labels
// function to delete all labels function deleteAllLabels() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Labels'); sheet.clear(); var…
Jun 16, 2008
List all Labels
// function to delete all labels with info function listLabelInfo() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Labels'); sheet.clear…
Jun 16, 2008
Deleting all Filters
// function to delete all filters function deleteAllFilters() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Filters'); sheet.clear(); var…
Jun 15, 2008
See all
Share this publication
Sijo Kuruvilla
notes.sijokuruvilla.in
Copy link
Facebook
Email
Note
Other
Sijo Kuruvilla
News, Notes & Thoughts
Launched 3 years ago
Subscribe
No thanks
By registering you agree to Substack's
Terms of Service
, our
Privacy Policy
, and our
Information Collection Notice
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts