
Before writing this control, I was in need of a day view control that just looks like that in Outlook. I have found some commercial toolkits but none of them meets my requirements. Some of those want that all appointments be given before showing the control, some of those are not open source, etc. So I wrote this control in a "hurry development", and I think other people can use it. Pay back time for using the CodeProject :) What we have? * You can create your appointment class to hold special information (other than start, end dates and title). * You don't need to read all appointments from the DB or something like that.
|