I'm working on the Daypiot Pro Javascript.
Is there any way to set the below properties in onBeforeCellRender(args)?
args.cell.start (read-only)
args.cell.end (read-only)
My requirement:
lets say event calendar properties
startHour:7
endHour:18
cellDuration:15
timeHeaderCellDuration:15
In 'Resources/Days/Week' view, for a particular resource/day, i would like to have the 30min cells from 14pm to 18pm and 15 mins cells from 7am to 14pm?
Kindly help me to achieve this?