http://flex-flex.net/blog/article.asp?id=33 <http://flex-flex.net/blog/article.asp?id=33>
View The Demo Here <http://www.flex-flex.net/flex/Calendar/Calendar.html> Quietly Scheming's Article <http://www.quietlyscheming.com/blog/components/interactive-calendar/> New Features: Now we can Add events to the calendar by select the Date/Time area like Outlook. Also double click the event to Edit the event. Enable setting different colors to the event (although the ics format maybe doesn't support this color). The event now has a new field of description. Update the event ToolTip with my HtmlToolTip component, refer to this article Enable the ToolTip to support HTML <http://www.flex-flex.net/blog/article.asp?id=18> . The Delete event is easy to be realized based on the Add/Edit event, I'll add later:) Fix Bugs: 1. Calendar date is not correct when user is on some day like "Dec 31", refer to my previous article Carefully set the year/month/date of Date <http://www.flex-flex.net/blog/article.asp?id=30> . 2. When user selects some dates whose ranger is not a whole week or month (eg. select three dates on the DataChooser by Click with Shift Key), then click ">>" button to Next, and click "<<" to previous, it will cause error. 3. When user clicks one "Sunday" (eg. Sun Sep 17 2006), it will be "Day View", then clicks "week" button, the calendar will show nothing. 4. When "Day View", then time grid and the event box don't support mouse wheel to up and down. The source code I'll upload later, after I clear the codes:)

