There where some questions regarding the calendar and the datepicke component of Rapla. Yes you can use them without Rapla. There are examples in the latest CVS.

The Date Picker

You only need the files under src/org/rapla/components/calendar to run it.

Find the example under test-src/org/rapla/components/calendar/RaplaCalendarExample.java

The Calendars

The Calendar components are located under

src/org/rapla/components/calendarview

Find the example under test-src/org/rapla/components/calendarview/RaplaCalendarViewExample.java

Note: Many of the calendar functions you see in Rapla (repeatings,grouping of appointments,popup menus) are tied to the Rapla reservation domain. You have to reimplement them if you want to use this functions outside of Rapla.