The heightSpec property (string) specifies the height and grid scrolling mode of the JavaScript Calendar component.
"Fixed"
"Full"
"BusinessHours"
"BusinessHoursNoScroll"
"Parent100Pct"
"BusinessHours"
Calendar config:
{
heightSpec: "BusinessHoursNoScroll",
// ...
}