angular-ui / ui-calendar

A complete AngularJS directive for the Arshaw FullCalendar.
http://angular-ui.github.io/ui-calendar/
MIT License
1.49k stars 729 forks source link

hiddenHour #381

Open amellini opened 8 years ago

amellini commented 8 years ago

Is possibile (if not already) to set a time range from 1pm -> 3pm (for example) that is hidden from the calendar, like the hiddenDays?

verygreenboi commented 7 years ago

You can use minTime and maxTime to do this.