Skip to content
New issue

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

Disable days #12

Open
ciuadri opened this issue Feb 2, 2019 · 3 comments
Open

Disable days #12

ciuadri opened this issue Feb 2, 2019 · 3 comments

Comments

@ciuadri
Copy link

ciuadri commented Feb 2, 2019

It's possible to disable some days like weekends for example on the month view?

@MorisseJarnas
Copy link

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 !

@alpap
Copy link

alpap commented Apr 26, 2019

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
});

@MohammedFoysal
Copy link

@alpap Sorry, still not sure which setting in the config disables days in the week?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants