I think this is not my case but also common for Line Of Business application, especially when using Schedule control in work-group environment.
I have 3 fields that need to be mapped directly into Appointment class :
Appointment Status(Active, Cancelled),
AppointmentType(Meeting, OnlineMeeting, Normal Appointment, Event)
and DueStatus(Not Dued, Dued).
They're needed to show in appointment instance in Schedule control.
It will be greate if we have more 3 user reserved properties in Appointment class so that we can map them directly and change the style of appointment instance via DataTemplate triggers.
Regards,