It's hard to make predictions - especially about the future.

This commit is contained in:
m11 2021-04-21 20:40:32 +00:00
parent 1a91ec4061
commit 222ca2103a
1 changed files with 1 additions and 1 deletions

View File

@ -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)