can i select owner's group?. for example :
group1 : dave, charles.
group2 : james, ben.
group3: greg, seb.
is it possible to see the schedule by owner and by group( e.g : see all the appointments by group1) ??
None of the controls support any kind of grouping on a subset of the Owners collection. If you like you can submit a feature request for the ability to do this.
ok, but there is anyway to do this by code? becuase for example now i'm trying to do :
AppointmentsSubsetCollection appointments = GetAppointmentsInGroup(ultraCalendarInfo1 , E);
Appointment[] arr = (Appointment[])appointments.All.Clone();
ultraCalendarInfo1.ResetAppointments(); -----> here i have an error
ultraCalendarInfo1.Appointments.AddRange(arr);