Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kerenbir
kerenbir / me
Last active January 4, 2020 00:04
only for
function slalu(e){
var ui = SpreadsheetApp.getUi();
ui.createMenu("slalu").addItem("get emails", "getGmailEmails").addToUi();
}
function getGmailEmails(){
var label = GmailApp.getUserLabelByName("slalu");
var threads = label.getThreads();