Hello,is it guaranteed, that the appointments returned by GetAppointmentsInRange method are sorted?I didn't find anything in BOL.Is there a defined sort order, e.g. date asc, owner asc?Thanks,migeold.
Yes, it is sorted by virtue of the fact that the main Appointments collection is always sorted. The sort critera is the same as what we observed in MS Outlook, basically chronological based on the StartDateTime and duration, and after that alphabetically on the subject.