At present, Forecast.getTheCurrentSchedule () is a convenience function which returns, inter alia, all assignments which overlap the current day. (startDate and endDate are both set to today.)
It would be better if endDate were today plus 180 days (the maximum allowed under Forecast, and currently the maximum allowed in ForecastRaw.)
At present,
Forecast.getTheCurrentSchedule ()
is a convenience function which returns, inter alia, all assignments which overlap the current day. (startDate
andendDate
are both set to today.)It would be better if
endDate
were today plus 180 days (the maximum allowed under Forecast, and currently the maximum allowed in ForecastRaw.)