#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 _______________________________________________ calendarserver-dev mailing list calendarserver-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev