vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views
https://vkurko.github.io/calendar/
MIT License
1.23k stars 108 forks source link

different time grid step #174

Closed hmzxpcm closed 1 year ago

hmzxpcm commented 1 year ago

Please help me, I need to set a different grid step, for example 9:00, 9:10, 9:30, 10:10. But I didn't find it in the documentation, is there any possible solution to this problem?

vkurko commented 1 year ago

The time step is set by the slotDuration option. But this step is constant throughout the day.

hmzxpcm commented 1 year ago

is there a chance that you will add this to your calendar?

vkurko commented 1 year ago

At this point in time, I do not think that something like this will be implemented. Sorry.