Hi, unfortunately I can't solve my problem with that tutorial. I'll try to be more precise:
The line management works very well in general. If events overlap for one resource, they are placed in different lines, but a later event can reuse a line that 'has become free'. This is exactly the desired behavior. Now, when I have two events which are adjacent (i.e., they follow directly after each other) they are displayed in the same line. This causes problems with my UI, I want them to be handled as if they'd overlap. I want them to be in two different lines (no matter which ones, just free ones).
If I set line: "dedicated" then the lines are not reused and the schedular becomes too large for many events.
I also cannot force a specific line for that case as I don't know the current line and the next free line in case the events are adjacent.
Is there a chance to solve this? Thanks a lot.