I want to specify start and finish date for the task only

Hello, the scheduler assumes 8 hours working day, i have different working hours for different days, and i want to exclude holidays and non working hour, I have made full server side scheduler, but I want to present the result to the end user, so I want to user dhtmlxScheduler for that purpose, can I specify the start and finish date without the duration in hours?

Technically - yes, it is possible.
Just change the format of incoming date accordingly.

But in such case the events will be rendered correctly only in month view, because both day and week view requires time to render events correctly.

have different working hours for different days,
It possible to

  • show empty values in hour scale
  • fix hour scale to have 8 hours only
  • provide data from server side with fictive time ( which will not mean real time , but just to be positioned correctly in 8 rendered hours )
  • provide extra property - “real_time”, and redefine templates, so scheduler will render time from such custom property