Calendar item display order?

I’ve deduced the logic as to how items in the same timeslot are displayed.

First, they’re sorted by length in ascending order.

Second, they’re sorted in the order they were created.

This is not the sorting behavior I need. I need the items to stay sorted in the order they were created.

Here’s an example:

All three items below were created in order and have the same start/end time - 8 to 8:30am.

But, if I change the end time of Item #1 to 8:45am, then it sorts to the end.

Here’s an example of the new sort order:

I need the items to stay sorted in the order they were created.

Any suggestions?

Thanks.