[CalendarServer-changes] [712]
CalendarServer/trunk/twistedcaldav/itip.py
source_changes at macosforge.org
source_changes at macosforge.org
Tue Dec 5 19:34:27 PST 2006
Revision: 712
http://trac.macosforge.org/projects/calendarserver/changeset/712
Author: cdaboo at apple.com
Date: 2006-12-05 19:34:26 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
Principal resource does not have the needed method - use inbox resource instead.
Modified Paths:
--------------
CalendarServer/trunk/twistedcaldav/itip.py
Modified: CalendarServer/trunk/twistedcaldav/itip.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/itip.py 2006-12-06 03:28:40 UTC (rev 711)
+++ CalendarServer/trunk/twistedcaldav/itip.py 2006-12-06 03:34:26 UTC (rev 712)
@@ -553,7 +553,7 @@
# Get the Inbox of the ORGANIZER
organizer = replycal.getOrganizer()
assert organizer is not None
- inboxURL = principal.principalForCalendarUserAddress(organizer).scheduleInboxURL()
+ inboxURL = ainbox.principalForCalendarUserAddress(organizer).scheduleInboxURL()
assert inboxURL
# Determine whether current principal has CALDAV:schedule right on that Inbox
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/1eaa201d/attachment.html
More information about the calendarserver-changes
mailing list