StephenChou1017 / react-big-scheduler

A scheduler and resource planning component built for React and made for modern browsers (IE10+)
https://stephenchou1017.github.io/scheduler/#/
MIT License
754 stars 414 forks source link

Meeting block relative length always takes "whole day" on the week view #149

Open Netoperz opened 5 years ago

Netoperz commented 5 years ago

Image+2019-08-03+at+12 04 47+AM

If the event is set from 10AM to 11PM same day, or 2PM today to 3PM tommorow, the tab showing existence of that event is shown as 100% fill of a day when view is set to week, or 100% fill of both days when it is a part of one day and next day (it assumes that it is "whole day" but in reality it is not, how can I show the actual graphical representation of time reserved in a day ? I want to have more like "timeline" feel. And i want to be able to add meeting from 2PM today to 10AM tomorrow, and next meeting from 11 AM tomorrow to 4PM tomorrow. And be able to show the relative length of the block representing that meeting in the day.

Right now we need to check on the tooltip what is the actual length of the event, and it would be much better to show it/visualize it.

If there is an option to do that, please point me to the proper example or just tell how to do that. I hope I have explained it clearly Thank You