Hi,
I’ve come across a bug where if you have:
multi_day = true
limit_time_select = true
auto_end_date = true
have a first_hour set e.g. 9am
have a last_hour set e.g. 5pm
then on creation of a new event if the start time is set to a value that should set the end time to be greater than the maximum time selectable, instead of making it a multi-day event it seems to fail to work out it needs to span across two days, instead it sets it to the last_hour variable.
For example:
I have a scheduler that ranges from 9am - 5pm, I then want the event to span 2 hours, but I want to start it at 4.30pm, so I do an hour on a day then finish the other 1.5hours first thing the next day.
What the scheduler does at the moment instead of setting the end time to 10.30am the following is sets the end time to 5pm (it also extends the event below the bottom of the scheduler since I have minimum heights set for each event to roughly 35mins in a 88px hour size, this effect becomes more dramatic if an event is set to start at 5pm)