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
85
Recurrence -Recurrence dates
posted

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

  • 69832
    Suggested Answer
    Offline posted

    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.