#465: Sharing invites are not propagated across partitioning -----------------------------+---------------------------------------------- Reporter: apm@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 3: Important | Milestone: CalendarServer-4.x Component: Calendar Server | Severity: Other Keywords: | Radar: -----------------------------+---------------------------------------------- Changes (by wsanchez@…): * priority: 5: Not set => 3: Important * milestone: => CalendarServer-4.x Old description:
Looking at the CalendarServer-3.0 code, it seems notification of invites are not implemented for a DirectoryReverseProxyResource which means that you can share a calendar with a user on another host (partition).
CalendarServer throws an exception: 2011-09-28 08:42:52+0000 [-] [caldav-0] notifications = notificationResource._newStoreNotifications 2011-09-28 08:42:52+0000 [-] [caldav-0] exceptions.AttributeError: 'DirectoryReverseProxyResource' object has no attribute '_newStoreNotifications'
New description: Looking at the CalendarServer-3.0 code, it seems notification of invites are not implemented for a DirectoryReverseProxyResource which means that you can share a calendar with a user on another host (partition). CalendarServer throws an exception: {{{ 2011-09-28 08:42:52+0000 [-] [caldav-0] notifications = notificationResource._newStoreNotifications 2011-09-28 08:42:52+0000 [-] [caldav-0] exceptions.AttributeError: 'DirectoryReverseProxyResource' object has no attribute '_newStoreNotifications' }}} -- Comment: Correct… would be nice to make this work. -- Ticket URL: <http://trac.calendarserver.org/ticket/465#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server