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
1020
XamSchedule / XamScheduleDataManager
posted
Hello,

I have a problem with the function Datamanager.GetActivities.
The problem occurs only with recurring appointments.

I create the following series
• IsTimeZoneNeutral = True
• FREQ = DAILY; INTERVAL = 1, COUNT = 10; WKST = MO

GetActivities gives me two results on the first day
and the last day of the series no result. 
I plan all the dates separately delivered correctly by GetActivities.

Thanks for your support
Parents
No Data
Reply
  • 30945
    Offline posted

    Hello Marcus,

     

    Thank you for your post. I have been looking into the issue that you have described and I could not managed to reproduce it. I have created a sample application that contains a XamOutlookCalendarView with recurrent appointment which occurs every day in a period of 10 days. When I call the GetActivities method and pass the range of the days that contains the recurrent appointments, all 10 appointments are returned form the method. I have tested the sample application using the RTM and the latest service release of version 12.2, with the same result.

     

    Would you please tell me if you can reproduce the issue using my sample application and if not, would you please modify my sample to show the issue, in order to be able to provide you with more accurate assistance on the matter?

     

    Looking forward to hearing from you.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

    GetActivities.zip
Children