[CalendarServer-changes] [13054] CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/ datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Mar 31 05:54:04 PDT 2014


Revision: 13054
          http://trac.calendarserver.org//changeset/13054
Author:   sagen at apple.com
Date:     2014-03-31 05:54:04 -0700 (Mon, 31 Mar 2014)
Log Message:
-----------
calendarUserAddresses is a property

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/sql.py

Modified: CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/sql.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/sql.py	2014-03-30 23:06:13 UTC (rev 13053)
+++ CalendarServer/branches/users/sagen/move2who-4/txdav/caldav/datastore/sql.py	2014-03-31 12:54:04 UTC (rev 13054)
@@ -2013,7 +2013,7 @@
                     authz = yield self.directoryService().recordWithUID(self._txn._authz_uid.decode("utf-8"))
                     prop = Property("X-CALENDARSERVER-MODIFIED-BY", authz.canonicalCalendarUserAddress())
                     prop.setParameter("CN", authz.displayName)
-                    for candidate in authz.calendarUserAddresses():
+                    for candidate in authz.calendarUserAddresses:
                         if candidate.startswith("mailto:"):
                             prop.setParameter("EMAIL", candidate[7:])
                             break
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140331/1a53c598/attachment.html>


More information about the calendarserver-changes mailing list