Hi.
I'm writing an Eclipse RCP app and want to add a calendar widget showing things happening each day (like the calendar on an Android phone).
I've seen the Nebula DateChooser, but this seems more for choosing a date than static display of information.
Features I would like: - Ability to add items to the calendar and the date to be highlighted - Being able to colour code the entries would be cool. - Being able to click on a date and it to show details of what is scheduled when during the day (e.g. in another view - like an Outlook calendar)
Thanks
Jeff