Sijo Kuruvilla
Subscribe
Sign in
Home
100 Notes
Notes to Self
Scripts
Articles
Projects
Productivity
Media
Blog
Archive
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
Share this post
Locating ID of a Telegram group
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
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
Share this post
Fetch link to logger spreadsheet from Telegram bot
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
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
Share this post
Filter for calendar invitations
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Three useful Scripts shortcuts
shift + tab - Auto indentation of code command + R - Run code command + return - view logs
Jun 16, 2008
Share this post
Three useful Scripts shortcuts
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Delete all Labels
// function to delete all labels function deleteAllLabels() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Labels'); sheet.clear(); var…
Jun 16, 2008
Share this post
Delete all Labels
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
List all Labels
// function to delete all labels with info function listLabelInfo() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Labels'); sheet.clear…
Jun 16, 2008
Share this post
List all Labels
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Deleting all Filters
// function to delete all filters function deleteAllFilters() { var sheet = SpreadsheetApp.openById(SSID).getSheetByName('Filters'); sheet.clear(); var…
Jun 15, 2008
Share this post
Deleting all Filters
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Script Triggers
function createTriggers(){ // Trigger every 6 hours ScriptApp.newTrigger('myFunction') .timeBased() .everyHours(6) .create(); // Trigger everyday at…
Jun 15, 2008
Share this post
Script Triggers
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Tinkering with Gmail filters
Link to script Link to Rough Sheet
Jun 8, 2008
Share this post
Tinkering with Gmail filters
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Script to collate all Gmail filters
/** * Lists the user's filters, including criteria, action, * and ID information to a spreadsheet */ function listFilterInfo() { var sheet …
Jun 8, 2008
Share this post
Script to collate all Gmail filters
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
May 2008
Script: Connect App
Credits Jibin: Helped in putting together the HTML interface and fetching data from that. Arya: The emailing code came from her. Saleeh: Helped with…
May 27, 2008
Share this post
Script: Connect App
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
Script to collate all Gmail filters
/** * Lists the user's filters, including criteria, action, * and ID information to a spreadsheet */ function listFilterInfo() { var sheet …
May 27, 2008
Share this post
Script to collate all Gmail filters
notes.sijokuruvilla.in
Copy link
Twitter
Facebook
Email
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts