vkurko / calendar

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

Is it possible to have a single line for 2 events starting/ending on half a day? #257

Closed htodep closed 2 months ago

htodep commented 2 months ago

Is it possible to have an event starting at the half of the day and ending at the half of the day, and also have the same event on 1 line? See image(design) for example:

image

In context: We have a calendar overview where you can see which holiday home has been booked when and by whom. When you look at the image you can see that Villa Bona Vista(first event in pink) has been booked from the 26th untill the 30, there is another booking for the same house (Villa Bona Vista) from the 30th untill the 4th(second row).

This is what we have right now: image Here you can see that the two pink events are not aligning on the same row.

vkurko commented 2 months ago

I get the idea, but unfortunately this type of event layout is not supported. Perhaps the not yet implemented resource horizontal view will be able to display something similar to what you need. But for now I can’t give any time estimates on when it will be implemented.

htodep commented 2 months ago

Oke, good to know. Thanks for the quick response!