Our pure JavaScript Scheduler component


Post by melazhadi »

Hello

you can explain to me how I can tell my scheduler the days and hours of work

thank you


Post by melazhadi »

I understand that I have done this configuration
workingTime: {
			fromDay: 1,
			toDay: 6,
			fromHour: 8,
			toHour: 17
		}
but what I have to know is where I have to affect this configuration

Post by mats »

Please read the demo sources, and the docs again and it should be clear - it's a Scheduler config:

https://bryntum.com/docs/scheduler/#Scheduler/view/Scheduler#config-workingTime

Post by melazhadi »

I tried to follow what is on the documentation and sources of the demo but without any satisfactory result

you can offer me solutions

Post by mats »

Please show us what you tried

Post by melazhadi »

in scheduler.vue i have added
workingTime: Object,
and in schedulerConfig.js i have added
workingTime: {
		fromDay: 1,
		toDay: 6,
		fromHour: 16,
		toHour: 17
	},
and in app.vue i have added
........ :schedule-tooltip-feature="schedulerConfig.scheduleTooltipFeature"
			:event-tooltip-feature="schedulerConfig.eventTooltipFeature"
			:working-time="schedulerConfig.workingTime"
		></scheduler>

Post by melazhadi »

What do you see? what is the mistake

Post by pmiklashevich »

If you still need help with this issue please create a solid runnable testcase and attach zip here, so we can have a context to look at. Thanks!

Pavlo Miklashevych
Sr. Frontend Developer


Post by melazhadi »

hello,
I tried to tie my project as usual but this time I could not because it is too big

What should I do

Post Reply