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
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
Hello Krasimir,
I changed the example.
It's about the first day or the last day of the series.In the program for the first day, two Appointments in the return of the function.
Thank You