Hello there,
I have a few questions related to Schedule control.
1. In AppointmentSettings, there is an option to ApplyTimeOffset(False). Is there a way to do the same thing for BlockoutSettings as well?
.AppointmentSettings(fields => fields.Datasource(datasource => datasource.URL("/GetAppointments").BatchURL("/Crud").InsertURL("/Add").UpdateURL("/Update").RemoveURL("/Remove").Adaptor(AdaptorType.UrlAdaptor))
.ApplyTimeOffset(false)
2. Right now, StartHour and EndHour settings for Schedule only takes Int (Hour) values. I need to set StartHour at 8:45 AM. How can I achieve this?
3. I would like to know if I can add/edit/delete Blockout time intervals using Scheduler instead of using other controls (e.g. Grid). If so, would you have a sample code that I can use?
Thank you for your awesome support.