Index: trunk/src/groovy/org/gnumims/RichUiCalendarItem.groovy
===================================================================
--- trunk/src/groovy/org/gnumims/RichUiCalendarItem.groovy	(revision 585)
+++ trunk/src/groovy/org/gnumims/RichUiCalendarItem.groovy	(revision 585)
@@ -0,0 +1,13 @@
+package org.gnumims
+
+class RichUiCalendarItem {
+
+    Long id = 0
+    String text = ''
+    Date date = new Date()
+
+    String toString() {
+        "${this.text}"
+    }
+
+}
