[Bedework-commit] rpiutil r191 - trunk/src/edu/rpi/cmt/calendar

svnadmin at bedework.org svnadmin at bedework.org
Thu Sep 16 10:42:12 EDT 2010


Author: douglm
Date: 2010-09-16 10:42:12 -0400 (Thu, 16 Sep 2010)
New Revision: 191

Modified:
   trunk/src/edu/rpi/cmt/calendar/PropertyIndex.java
Log:
Some fixes to icalendar translation to XML

Fix up the POST method so it can handle CalDAV queries for the web service

Fix up the REPORT method so it works when I do that

Modified: trunk/src/edu/rpi/cmt/calendar/PropertyIndex.java
===================================================================
--- trunk/src/edu/rpi/cmt/calendar/PropertyIndex.java	2010-09-15 15:05:06 UTC (rev 190)
+++ trunk/src/edu/rpi/cmt/calendar/PropertyIndex.java	2010-09-16 14:42:12 UTC (rev 191)
@@ -482,7 +482,7 @@
            IS_MULTI, event_Todo_Journal_Timezone),
 
     /** */
-    EXRULE("EXRULE", DataType.SPECIAL,
+    EXRULE("EXRULE", DataType.RECUR,
            IS_MULTI, event_Todo_Journal_Timezone),
 
     /** */
@@ -499,7 +499,7 @@
           IS_MULTI, event_Todo_Journal_Timezone),
 
     /** */
-    RRULE ("RRULE", DataType.SPECIAL,
+    RRULE ("RRULE", DataType.RECUR,
            IS_MULTI, event_Todo_Journal_Timezone),
 
     /* -------------- Other non-event, non-todo ---------------- */



More information about the Bedework-commit mailing list