[CalendarServer-changes] [2962] CalendarServer/branches/release/CalendarServer-1.3-dev/twistedcaldav /config.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 9 14:53:48 PDT 2008


Revision: 2962
          http://trac.macosforge.org/projects/calendarserver/changeset/2962
Author:   wsanchez at apple.com
Date:     2008-09-09 14:53:48 -0700 (Tue, 09 Sep 2008)
Log Message:
-----------
Enable private events by default

Modified Paths:
--------------
    CalendarServer/branches/release/CalendarServer-1.3-dev/twistedcaldav/config.py

Modified: CalendarServer/branches/release/CalendarServer-1.3-dev/twistedcaldav/config.py
===================================================================
--- CalendarServer/branches/release/CalendarServer-1.3-dev/twistedcaldav/config.py	2008-09-09 21:48:58 UTC (rev 2961)
+++ CalendarServer/branches/release/CalendarServer-1.3-dev/twistedcaldav/config.py	2008-09-09 21:53:48 UTC (rev 2962)
@@ -148,7 +148,7 @@
     #
     "EnableDropBox"      : False, # Calendar Drop Box
     "EnableNotifications": False, # Drop Box Notifications
-    "EnablePrivateEvents": False, # Private Events
+    "EnablePrivateEvents": True,  # Private Events
 
     #
     # Implementation details
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080909/8497627c/attachment.html 


More information about the calendarserver-changes mailing list