args.cell.start.getDayOfWeek() goes from 1 to 6 (no 7 for Sunday)
11 years ago.
Not sure if this is a bug, but in the sandbox version of Scheduler (1746), the getDayOfWeek() function returns values from 1 to 6. In the previous stable version, Sunday returned 0, now it returns null. Should it be 0 or 7 or null?
DayPilot