It's hard to make predictions - especially about the future.
This commit is contained in:
parent
1a91ec4061
commit
222ca2103a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user