Commit a62d2385 authored by Johannes Bill's avatar Johannes Bill

added maybeEvents

parent a14fdc88
...@@ -72,6 +72,7 @@ function getFull(info, now, cb) { ...@@ -72,6 +72,7 @@ function getFull(info, now, cb) {
status: short.status, status: short.status,
weekView: dateView.weekViewData(dataObj, now), weekView: dateView.weekViewData(dataObj, now),
events: mapEvents(dataObj.intervals), events: mapEvents(dataObj.intervals),
eventsMaybe: mapEvents(dataObj.maybeIntervals),
customEvents: mapCustomIntervals(dataObj.customIntervals) customEvents: mapCustomIntervals(dataObj.customIntervals)
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment