[CalendarServer-changes] [2797] CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/ scheduling/caldav.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 11 13:30:24 PDT 2008


Revision: 2797
          http://trac.macosforge.org/projects/calendarserver/changeset/2797
Author:   cdaboo at apple.com
Date:     2008-08-11 13:30:24 -0700 (Mon, 11 Aug 2008)
Log Message:
-----------
Write CALDAV:schedule-state property on inbox item.

Modified Paths:
--------------
    CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/caldav.py

Modified: CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/caldav.py
===================================================================
--- CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/caldav.py	2008-08-11 20:29:44 UTC (rev 2796)
+++ CalendarServer/branches/users/cdaboo/implicit-2660/twistedcaldav/scheduling/caldav.py	2008-08-11 20:30:24 UTC (rev 2797)
@@ -172,6 +172,9 @@
             # Store CALDAV:recipient property
             child.writeDeadProperty(caldavxml.Recipient(davxml.HRef(recipient.cuaddr)))
         
+            # Store CALDAV:schedule-state property
+            child.writeDeadProperty(caldavxml.ScheduleState(caldavxml.ScheduleUnprocessed()))
+        
             # Look for auto-schedule option
             if recipient.principal.autoSchedule():
                 autoresponses.append((recipient.principal, recipient.inbox, child))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080811/70b06fb1/attachment-0001.html 


More information about the calendarserver-changes mailing list