Skip to content

Instantly share code, notes, and snippets.

View BrandenBedoya's full-sized avatar
🤔

Branden Bedoya BrandenBedoya

🤔
View GitHub Profile
@BrandenBedoya
BrandenBedoya / Google Calendar - Auto Color Coding - Apps Script
Created January 20, 2025 20:23
Google Calendar - Auto Color Coding - Apps Script
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);

Branden Bedoya

[email protected] ✨ Github: amp5

Professional Experience


Incoming BOLD Finance Intern
Google Sunnyvale, California