Google Apps Script to count number of emails received yesterday, that has certain label, then save # daily to spreadsheet
问题 Basically what the title says, but I want to: 1) Automatically count the number of emails received to my gmail account, that has a certain label on it 2) Count once everyday, even if zero 3) And report daily to a Google Spreasheet 4) So I can make a monthly report like such: Date / # Date / # Date / # . . . Total for October / # Average per day / # I'm sure this is piece of cake using Google Script for script gurus, but I have no clue. Please teach me! 回答1: Open a new Untitled spreadsheet and