[CalendarServer-changes] [7988] CalendarServer/trunk/conf/caldavd-apple.plist

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 16 13:02:09 PDT 2011


Revision: 7988
          http://trac.macosforge.org/projects/calendarserver/changeset/7988
Author:   cdaboo at apple.com
Date:     2011-08-16 13:02:08 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
Turn off delayed attendee refresh for now as that is still a work in progress and there are some
race conditions with the current implementation.

Modified Paths:
--------------
    CalendarServer/trunk/conf/caldavd-apple.plist

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2011-08-15 14:57:06 UTC (rev 7987)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2011-08-16 20:02:08 UTC (rev 7988)
@@ -462,6 +462,19 @@
         </array>
       </dict>
 
+      <!-- General options for scheduling -->
+      <key>Options</key>
+      <dict>
+        <key>AllowGroupAsOrganizer</key>
+        <false/>
+        <key>AllowLocationAsOrganizer</key>
+        <false/>
+        <key>AllowResourceAsOrganizer</key>
+        <false/>
+        <key>AttendeeRefreshInterval</key>
+        <integer>0</integer>
+      </dict>
+
     </dict>
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110816/8acea0e7/attachment.html>


More information about the calendarserver-changes mailing list