Is it possible to hide the time-slots in “agendaWeek” View? I’m using Primefaces <p:schedule> which based on the FullCalendar. I only add AllDay-Events to this specfic schedule, so my client decided to hide the time-slots.
I hope there is a way.
Best regards
not sure if that’s what you mean
but to hide the first column in schedule try this css selector (remove
formID\3Aif you gotprependId = "false"in your form that contains the scheduler )or run this js code (tested on primefaces showcase)
Update
This is how to hide the time slots (what the OP was really looking for)