This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This didn't seem to work on its own; set trigger via Apps Script interface. | |
// ScriptApp.newTrigger('bottleTheStars').timeBased().everyWeeks(1).onWeekDay(ScriptApp.WeekDay.MONDAY).atHour(4) | |
function bottleTheStars() { | |
const max = 20 | |
let noHtml = `Below are the ${ max } latest unresolved email threads (still starred). | |
The link should take you to a search that will contain the thread (and hopefully only that thread). | |
` |