[CalendarServer-changes] [3028] CalendarServer/trunk/twistedcaldav/scheduling/itip.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 19 07:50:19 PDT 2008


Revision: 3028
          http://trac.macosforge.org/projects/calendarserver/changeset/3028
Author:   cdaboo at apple.com
Date:     2008-09-19 07:50:18 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
Make sure date-time, recurrence related properties are included in the REPLY to give clients more
context on what the reply is about.

Modified Paths:
--------------
    CalendarServer/trunk/twistedcaldav/scheduling/itip.py

Modified: CalendarServer/trunk/twistedcaldav/scheduling/itip.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/itip.py	2008-09-19 14:30:35 UTC (rev 3027)
+++ CalendarServer/trunk/twistedcaldav/scheduling/itip.py	2008-09-19 14:50:18 UTC (rev 3028)
@@ -463,6 +463,12 @@
             "RECURRENCE-ID",
             "SEQUENCE",
             "DTSTAMP",
+            "DTSTART",
+            "DTEND",
+            "DURATION",
+            "RRULE",
+            "RDATE",
+            "EXDATE",
             "ORGANIZER",
             "ATTENDEE",
             "X-CALENDARSERVER-PRIVATE-COMMENT",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080919/9b88af58/attachment.html 


More information about the calendarserver-changes mailing list