We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's possible to disable some days like weekends for example on the month view?
The text was updated successfully, but these errors were encountered:
Hello @batoi-ciuadrian ,
Have you found any solutions for this problem as i would be really interested if that's the case. ;)
Thanks in advance !
Sorry, something went wrong.
you can do it through the config
Vue.use(VueScheduler, { locale: 'es', minDate: null, maxDate: null, labels: { today: 'Hoy', back: 'Atrás', next: 'Siguiente', month: 'Mes', week: 'Semana', day: 'Día', all_day: 'Todo el día' }, timeRange: [11,20], availableViews: ['month'], initialDate: new Date(), initialView: 'week', use12: true, showTimeMarker: true, showTodayButton: false, eventDisplay: null });
@alpap Sorry, still not sure which setting in the config disables days in the week?
No branches or pull requests
It's possible to disable some days like weekends for example on the month view?
The text was updated successfully, but these errors were encountered: