[Calendar and Contacts Server] #470: Auto-schedule doesn't work
#470: Auto-schedule doesn't work ---------------------------------+------------------------------------------ Reporter: brent@… | Owner: wsanchez@… Type: Defect | Status: new Priority: 2: Expected | Milestone: CalendarServer-3.1 Component: Calendar Server | Severity: Other Keywords: | Radar: ---------------------------------+------------------------------------------ Auto-schedule for principals doesn't appear to be working. I am using the release tagged 3.1. I have the XML file augment service configured: {{{ <!-- XML File Augment Service --> <key>AugmentService</key> <dict> <key>type</key> <string>twistedcaldav.directory.augment.AugmentXMLDB</string> <key>params</key> <dict> <key>xmlFiles</key> <array> <string>augments.xml</string> </array> </dict> </dict> }}} Augments.xml contains: {{{ <augments> <record> <uid>boardroom</uid> <enable>true</enable> <enable-calendar>true</enable-calendar> <enable-addressbook>true</enable-addressbook> <auto-schedule>true</auto-schedule> </record> </augments> }}} The boardroom calendar still needs to have events manually accepted. There appears to be no information in the logs regarding this, even set to debug. -- Ticket URL: <http://trac.calendarserver.org/ticket/470> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#470: Auto-schedule doesn't work ---------------------------------+------------------------------------------ Reporter: brent@… | Owner: cdaboo@… Type: Defect | Status: new Priority: 2: Expected | Milestone: CalendarServer-3.2 Component: Calendar Server | Severity: Serious Keywords: | Radar: ---------------------------------+------------------------------------------ Changes (by wsanchez@…): * owner: wsanchez@… => cdaboo@… * severity: Other => Serious * milestone: CalendarServer-3.1 => CalendarServer-3.2 -- Ticket URL: <http://trac.calendarserver.org/ticket/470#comment:1> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#470: Auto-schedule doesn't work ---------------------------------+------------------------------------------ Reporter: brent@… | Owner: sagen@… Type: Defect | Status: new Priority: 2: Expected | Milestone: CalendarServer-3.2 Component: Calendar Server | Severity: Serious Keywords: | Radar: ---------------------------------+------------------------------------------ Changes (by wsanchez@…): * owner: cdaboo@… => sagen@… -- Ticket URL: <http://trac.calendarserver.org/ticket/470#comment:2> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#470: Auto-schedule doesn't work ---------------------------------+------------------------------------------ Reporter: brent@… | Owner: sagen@… Type: Defect | Status: new Priority: 2: Expected | Milestone: CalendarServer-3.2 Component: Calendar Server | Severity: Serious Keywords: | Radar: ---------------------------------+------------------------------------------ Comment(by dre@…): Turns out this resulted from confusion between uid and guid. The <uid> element in augments.xml actually needs to have the <guid> value from xmlfile record in it, not the <uid> from xmlfile. So this particular issue is probably 'behaves correctly', but I've opened a new bug about the inconsistent meaning of uid and guid -rdar:// 10505870 -- Ticket URL: <http://trac.calendarserver.org/ticket/470#comment:3> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
#470: Auto-schedule doesn't work ----------------------------------+----------------------------------------- Reporter: brent@… | Owner: sagen@… Type: Defect | Status: closed Priority: 2: Expected | Milestone: CalendarServer-3.2 Component: Calendar Server | Severity: Serious Resolution: Behaves correctly | Keywords: Radar: | ----------------------------------+----------------------------------------- Changes (by wsanchez@…): * status: new => closed * resolution: => Behaves correctly -- Ticket URL: <http://trac.calendarserver.org/ticket/470#comment:4> Calendar and Contacts Server </> HTTP/WebDAV/CalDAV Server
participants (1)
-
Calendar and Contacts Server