> I wish to block out (show in a specific color) a specific time range in the schedule, so > the user can not trigger any event when clicking on that area.
You can override default behavior for the specific time range. For example, you can handle BeforeContextMenuShow and BeforeAppointmentCreate events and don't allow any actions on that time range.
But you can't highlight this time range visually in the current version.