antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Disable Weekends on Day view #491

Closed eza closed 2 years ago

eza commented 2 years ago

If I disable the weekends I can still reach them on the Day view. Wouldn't it make more sense if it wasn't possible to add events in the day view (so disabled) on weekends day if the weekends are disabled? Thanks

antoniandre commented 2 years ago

Hi @eza, That's a fair point. I have modified the codebase to prevent navigation to the hidden days listed in hideWeekends and hideWeekdays. Released in version 4.6.0.

New behavior observable in:

Please reopen if not solved. ;)

eza commented 2 years ago

will this be available for Vue2?

antoniandre commented 2 years ago

Available now in version 3.11.0 (npm i vue-cal@legacy)