views:

232

answers:

1

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

A: 

The only one I can find out there would be the JaretCalendar, but is still somewhat a "work in progress".

alt text

The CalypsoRPC Calendar is like a Proof of Concept.

alt text

VonC
Thanks VonC they look the sort of thing. I'll have a look into them
Jeff