I am currently making EWS calls and am able to get back the Availability / Busy times with start/end DateTime values for multiple people. I now need a way to display this within a UI. Ideally I would show something very similar to the Scheduling Assistant that is seen within Outlook. I understand that no such control exists.
Is there a way using C# to programmatically build the data that is shown on WPF XamOutlookCalendarView?
Hello Jesse,
You could use our WPF XamSchedule control to achieve something similar to the Outlook Scheduling Assistant. We already have a few samples in our sample browser. If you have our WPF Samples Browser installed you could take a look at the following samples:
- xamSchedule -> Data -> Outlook Calendar View Overview (in the options pane select option "ScheduleViewDay");
- xamSchedule -> Data -> Schedule View Code Behind;
- xamSchedule -> Data -> Schedule View Single Calendar.
We also have some online samples. Open the following link and take a look at Schedule View:
https://es.infragistics.com/samples/wpf/schedule/overview
I hope this is what you need. Let me know if you have more questions of you need further assistance.
Regards,
Bobby Kulov
Infragistics Developer Support
See attached example of what is desired.