[email protected] ✨ Github: amp5
Incoming BOLD Finance Intern
Google Sunnyvale, California
function ColorEvents() { | |
var today = new Date(); | |
var nextweek = new Date(); | |
nextweek.setDate(nextweek.getDate() + 7); | |
Logger.log(today + " " + nextweek); | |
var calendars = CalendarApp.getAllOwnedCalendars(); | |
Logger.log("found number of calendars: " + calendars.length); |
Incoming BOLD Finance Intern
Google Sunnyvale, California