[CalendarServer-changes] [13251] CalendarServer/trunk/txdav/who/directory.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 10 15:40:38 PDT 2014


Revision: 13251
          http://trac.calendarserver.org//changeset/13251
Author:   gaya at apple.com
Date:     2014-04-10 15:40:38 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
Use canonical calendar user address in attendee()

Modified Paths:
--------------
    CalendarServer/trunk/txdav/who/directory.py

Modified: CalendarServer/trunk/txdav/who/directory.py
===================================================================
--- CalendarServer/trunk/txdav/who/directory.py	2014-04-10 22:30:44 UTC (rev 13250)
+++ CalendarServer/trunk/txdav/who/directory.py	2014-04-10 22:40:38 UTC (rev 13251)
@@ -530,4 +530,4 @@
             if cuType is not "INDIVIDUAL":
                 params["CUTYPE"] = cuType
 
-        return Property("ATTENDEE", "urn:uuid:" + self.uid.encode("utf-8"), params=params)
+        return Property("ATTENDEE", self.canonicalCalendarUserAddress().encode("utf-8"), params=params)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140410/f143cb1e/attachment.html>


More information about the calendarserver-changes mailing list