sets the minimum height of cells in the Month view
scheduler.config.month_day_min_height = 150; ... scheduler.init('scheduler_here',new Date(2013,5,30),"month");
The property requires the container_autoresize plugin to be enabled.