Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
timelineview add app to owner from code
posted

Hi,

i try to add some appointments to owners but always i can see them on the group unassigned.

i do this:

Dim inizio As Date = Today

Dim fine As Date = DateTime.Parse("23/01/2011")

Dim own1 As Infragistics.Win.UltraWinSchedule.Owner = UltraTimelineView1.CalendarInfo.Owners.Add("pippo")

own1.CalendarInfo.Appointments.Add(inizio, fine, "ambaraba")

I can see the owner pippo in the timeline view but the appointment is on the group unassigned

 

tks