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
330
XamOutlookCalendarView and ListCollectionView
posted

Hi,

I've developed an application to show events to users - I use XamOutlookCalendarView to display items. I created my own data class to store event data (Event class, which has similar property names as Appointment class to be able to use default mapping in XamScheduleDataConnector) and I set the AppointmentItemsSource to an ObservableCollection<Event>. This works fine.

But now I have to implement filtering and I decided to use ListCollectionView (by setting the SourceCollection to the previously mentioned ObservableCollection<Event>). When I changed the XamScheduleDataConnector settings to use this ListCollectionView I get the following error:

Error Details:
1) Application configuration error. The functionality is not supported.
   Error Details:
   The following property mappings are missing for ActivityBase items:
Id
OwningResourceId
Start
End
2) The following property mappings are missing for Appointment items:
OwningCalendarId

When I change setting to use defined mappings instead of the default, I get the similar error.

I seached lot for solution but I haven't found one - so I ask your help.

Thanks,
Istvan

Parents Reply Children
No Data