Relative Content

Tag Archive for javascriptreactjsfullcalendar

Getting issue for selection dynamic slot duration in fullcalander

I want to display slot duration dynamically for day because we are using fullcalander for booking the volleyball court bases on hours like 10 to 23.

And I want to set the slot duration for 10 to 03:00 for 1 hour,03 to 23 of 1:30 bases on different prices but I am not able to do this.

Use case is this because when we are using the select range hook there is time mismatching for start time and end time due to that i am not able to create event.In the second image i am clicking into 19:00 to 20:30 slot but with select range i was getting 18:00 to 19:00 which is incorrect.[enter image description here](https://i.sstatic.net/4aSRhbTL.png)

Getting issue for selection dynamic slot duration in fullcalander

I want to display slot duration dynamically for day because we are using fullcalander for booking the volleyball court bases on hours like 10 to 23.

And I want to set the slot duration for 10 to 03:00 for 1 hour,03 to 23 of 1:30 bases on different prices but I am not able to do this.

Use case is this because when we are using the select range hook there is time mismatching for start time and end time due to that i am not able to create event.In the second image i am clicking into 19:00 to 20:30 slot but with select range i was getting 18:00 to 19:00 which is incorrect.[enter image description here](https://i.sstatic.net/4aSRhbTL.png)

Allow fullcalendar events to span over multiple days buisness hours

I’m trying to use fullcalendar to create a planning application for organising jobs. I am using React. I have created some draggable events to plot on the calendar with specific durations. One of the issues I’m coming across is that when an event goes outside of the working week I would like it to wrap around to start from the next working day.