Hi Alejandro,
We are happy to hear that our solution worked for you.
We suspect that your requirement is to display the block range in Scheduler and prepared the below sample for the same.
To display block range, we need to set IsBlock field to true in event collection (even in data base) like below.
{
Id: 1,
Subject: 'Not Available',
StartTime: new Date(2018, 7, 1, 10, 0),
EndTime: new Date(2018, 7, 1, 12, 0),
IsAllDay: false,
IsBlock: true,
EmployeeId: 1
}
If we have misunderstood your requirement or else if the above sample doesn’t satisfy your requirement, kindly share the following information with us to proceed further.
- Code example/sample (if possible).
- Image or vide demo explaining your requirement.
Regards,
Karthi