Hi ,
I am using ultrawinrecurrence same as Recurrence2003 sample.here i need to store the Recurrence dates into my database instead of recurrenceobject.how will we get the all recurrence dates by recurrence object.before saving it self i need to extarct to dates.
is it possible ?
thanks,
Vishnu
Use UltraCalendarInfo.GetAppointmentsInRange. If there are other appointments, iterate the AppointmentsSubsetCollection the method returns and only look at appointments whose Appointment.RecurringAppointmentRoot property is non-null and whose Appointment.RecurringAppointmentRoot.Recurrence property returns the same instance as the recurrence in question.