I'm using FullCalendar plugin on my project, and I'm looking for a solution to forbid user to select saturdays and sundays in the agenda(it's an holidays schedule). Does someone has a solution ? I'm not familiar with JavaScript...
To hide the weekends use the option:
weekends: false,
You can check the documentation for options: https://fullcalendar.io/docs/weekends