ApplyTimeOffset for BlockoutSettings and Start Hour End Hour

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.

2 Replies

AJ Andrew Jang October 27, 2017 01:51 AM UTC

I actually have one more question, is there a way to apply recurrence rule on Block times?



KK Karthigeyan Krishnamurthi Syncfusion Team October 27, 2017 11:04 AM UTC

Hi Andrew, 
 
Thank you for contacting Syncfusion support. 
 
Please find the following responses for your queries. 
 
Query1 
 
Setting ApplyTimeOffset to false within AppointmentSettings will prevent the time zone conversation in Block intervals like appointments. 
 
Query2 & 4 
 
Currently there is no option to achieve your requirement. 
 
Query3 
 
Currently there is no option to edit/delete the block out intervals in Schedule alternatively it can be only added initially. 
 
Regards,      
Karthigeyan      



Loader.
Up arrow icon