[CalendarServer-dev] [Calendar and Contacts Server] #470: Auto-schedule doesn't work

Calendar and Contacts Server trac at macosforge.org
Wed Nov 23 10:14:07 PST 2011


#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


More information about the calendarserver-dev mailing list