Hi.
If i want to loop appointments, i do this:
For Each a In uiRadSchedulerMain.Appointments
Dim test = a.Start
.....and so on.
Next a
But what if i have 2, or more, resources to a appointment, how to loop these? I only get the first resourceId if eg. there are two or more resources to one appointment.