[CalendarServer-changes] [7992] CalendarServer/trunk

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 18 09:12:04 PDT 2011


Revision: 7992
          http://trac.macosforge.org/projects/calendarserver/changeset/7992
Author:   cdaboo at apple.com
Date:     2011-08-18 09:12:04 -0700 (Thu, 18 Aug 2011)
Log Message:
-----------
Revert r7988 and change the default in stdconfig to zero instead.

Revision Links:
--------------
    http://trac.macosforge.org/projects/calendarserver/changeset/7988

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

Modified: CalendarServer/trunk/conf/caldavd-apple.plist
===================================================================
--- CalendarServer/trunk/conf/caldavd-apple.plist	2011-08-16 21:19:06 UTC (rev 7991)
+++ CalendarServer/trunk/conf/caldavd-apple.plist	2011-08-18 16:12:04 UTC (rev 7992)
@@ -462,19 +462,6 @@
         </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>
 
 

Modified: CalendarServer/trunk/twistedcaldav/stdconfig.py
===================================================================
--- CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-08-16 21:19:06 UTC (rev 7991)
+++ CalendarServer/trunk/twistedcaldav/stdconfig.py	2011-08-18 16:12:04 UTC (rev 7992)
@@ -598,7 +598,7 @@
             "AllowLocationAsOrganizer"   : False, # Allow locations to be Organizers
             "AllowResourceAsOrganizer"   : False, # Allow resources to be Organizers
             "LimitFreeBusyAttendees"     : 30,    # Maximum number of attendees to request freebusy for
-            "AttendeeRefreshInterval"    : 60,    # Time after an iTIP REPLY at which attendee refresh will trigger 
+            "AttendeeRefreshInterval"    : 0,     # Time after an iTIP REPLY at which attendee refresh will trigger 
         }
     },
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110818/f8c3ffb1/attachment.html>


More information about the calendarserver-changes mailing list