Skip to content

Commit

Permalink
fix: resolve reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin committed Nov 20, 2024
1 parent 86fcc1b commit 578aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function ColorEvents() {

Logger.log("Date range: " + startDate + " to " + endDate);

Logger.log(today + " " + nextmonth);
Logger.log(today + " " + nextThreeMonths);

var calendars = CalendarApp.getCalendarsByName("main");
Logger.log("found number of calendars: " + calendars.length);
Expand Down

0 comments on commit 578aac5

Please sign in to comment.