Hi
I have created a behavior for quickly adding appointments on mouse up.
I have currently been using the SelectedSlot (Start/End) property of RadScheduleView to create an appointment, but now I discovered that when selecting with Alt-key down you can get the same Start/End selected over multiple days. When debugging I can see these intervals in the Slot.Infos property, but this property is internal so I can't access it.
Is there another way to find these intervals in the RadScheduleView?