[CalendarServer-changes] [3032] CalendarServer/trunk/twistedcaldav/scheduling/implicit.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 19 09:40:57 PDT 2008


Revision: 3032
          http://trac.macosforge.org/projects/calendarserver/changeset/3032
Author:   cdaboo at apple.com
Date:     2008-09-19 09:40:57 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
For attendee refreshes always treat organizer as the originator so that the proper authorization
to send scheduling messages can be determined.

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

Modified: CalendarServer/trunk/twistedcaldav/scheduling/implicit.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/scheduling/implicit.py	2008-09-19 16:36:55 UTC (rev 3031)
+++ CalendarServer/trunk/twistedcaldav/scheduling/implicit.py	2008-09-19 16:40:57 UTC (rev 3032)
@@ -114,6 +114,10 @@
         yield self.extractCalendarData()
         self.organizerPrincipal = self.resource.principalForCalendarUserAddress(self.organizer)
         
+        # Originator is the organizer in this case
+        self.originatorPrincipal = self.organizerPrincipal
+        self.originator = self.organizer
+        
         result = (yield self.processRequests())
 
         returnValue(result)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080919/05459c95/attachment.html 


More information about the calendarserver-changes mailing list