To completely hide the desired line (NON business / break hour), you must change the following method inside fullcalendar.js:
and then don't enter a while clause that adds the html code:
while (slotTime < this.maxTime) {...}
you can add an if clause inside this, or work even harder to enter a configuration parameter to check inside that iteration.
source share