From 578aac5e74cef4a50c0ac32c71f66ee44072aaf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20G=C3=B6k=C3=A7in?= Date: Wed, 20 Nov 2024 11:29:15 +0100 Subject: [PATCH] fix: resolve reference error --- Code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code.js b/Code.js index 7738a59..3d6a59e 100644 --- a/Code.js +++ b/Code.js @@ -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);