From 222ca2103ac144fb86de9c41565bc6da055f4fa3 Mon Sep 17 00:00:00 2001 From: m11 Date: Wed, 21 Apr 2021 20:40:32 +0000 Subject: [PATCH] It's hard to make predictions - especially about the future. --- js/calv2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/calv2.js b/js/calv2.js index 3db098f..836cab4 100644 --- a/js/calv2.js +++ b/js/calv2.js @@ -179,7 +179,7 @@ function parseIcalData(data) { var timeRangeStart = new Date() var timeRangeStop = new Date() timeRangeStart.setHours(0, 0, 0) - timeRangeStop.setMonth(timeRangeStop.getMonth() + 1) + timeRangeStop.setMonth(timeRangeStop.getMonth() + 3) var jcalData = ICAL.parse(data) var vcalendar = new ICAL.Component(jcalData)