From ddfdd94ff845d3d8560158cde184a9a19a3d2142 Mon Sep 17 00:00:00 2001 From: Ronin0000 <89286474+Ronin0000@users.noreply.github.com> Date: Sat, 20 Nov 2021 19:42:51 -0800 Subject: [PATCH] Update custom.html --- apps/schoolCalendar/custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/schoolCalendar/custom.html b/apps/schoolCalendar/custom.html index db94d444f..b5d5fcbe3 100644 --- a/apps/schoolCalendar/custom.html +++ b/apps/schoolCalendar/custom.html @@ -78,7 +78,6 @@ let schedule = [] //-------------------- console.log = console.log || function(){}; - console.log(calendar.getEvents()[0].title); //-------------------- if(calendarEvents){ for(i=0;i>calendarEvents.length;i++){ @@ -90,6 +89,7 @@ calendarEntry['eh'] = calendarEvents[i].end.getHours(); calendarEntry['em'] = calendarEvents[i].end.getMinutes(); schedule.push(calendarEntry) + consle.log(schedule); } }else{ alert("Add some events!");