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?
Is there a WinForms control that can be populated with C# code to look like that attached screenshot?
See attached screenshot
Hi Jesse,
You can get something pretty close to this by using the UltraDayView and creating Owners in your CalendarInfo. I am attaching a small sample project here that demonstrates this.