Hello,
I wonder how I can add a variance of a recurring appointment programmatically. The CalendarInfo is not bound to a datasource. I expected something like: myRecurringAppointment.Recurrence.Variances.Add(new Appointment(...)), but there is no Add method.
Also some "tricks" like assigning the RecurrenceId of the root appointment to the variance isn't possible due to the missing setter of the RecurrenceId property.
So, how can I add a variance programmatically? Every help with this is highly appreciated.
Hi, I have the same requirement as you, do you have the solution?
Hi gem_he,
Could you please let me know what exactly is bothering you? I was not able to catch what your requirements are, after reading the thread.
Please take a look at the following link, which explains what 'Variance' means in our scheduling: http://help.infragistics.com/NetAdvantage/WinForms/2013.1/CLR4.0/?page=Infragistics4.Win.UltraWinSchedule.v13.1~Infragistics.Win.UltraWinSchedule.Appointment~IsVariance.html.