I need to create a fortnight calendar with dates as rows and 24 hours as columns in WPF. In this need to show hours booked as horizontal bars. For eg. if start time is 7.00 and end time is 11.00 then we need to show a bar that from 7.00 to 11.00. The requirement is just view only based on the data passed (dynamic based on fortnight start date). No scheduling function required. Cannot use a commercial product. Can anybody guide me in the right direction? Looking for a solution in MVVM.
Thanks a lot in advance.