So I have this requirements where when a user chooses to reschedule an appointment, the system performs some computation and returns a set of favourable timeslots .I need to be able to visually indicate to the user these timeslots into which the appointment can be dropped into. It has to adorn those time slots in a different color to hint the user.
One possible way that i can think of is have my own style for the timeslot and use triggers to set the background colors for those timeslots.
Please Suggest what is the best way to accomplish this.
Thank You.
Hariharan
xamOutlookCalendarView is just a composite control that manages switching between the views but the calendaring aspects are still rendered/provided by the xamDayView, xamMonthView and xamScheduleView it contains. So no it doesn't provide any form of built in overlaying of timeslots.
Can somebody tell me if there is a better way of doign this in the XamOutlookCalendarView ?