[CalendarServer-changes] [7472] CalendarServer/branches/users/glyph/new-export/calendarserver/tools/ export.py

source_changes at macosforge.org source_changes at macosforge.org
Mon May 16 07:45:37 PDT 2011


Revision: 7472
          http://trac.macosforge.org/projects/calendarserver/changeset/7472
Author:   glyph at apple.com
Date:     2011-05-16 07:45:37 -0700 (Mon, 16 May 2011)
Log Message:
-----------
filter component as admin

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py

Modified: CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py
===================================================================
--- CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py	2011-05-16 14:45:25 UTC (rev 7471)
+++ CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py	2011-05-16 14:45:37 UTC (rev 7472)
@@ -177,7 +177,7 @@
     for calendar in calendars:
         calendar = yield calendar
         for obj in (yield calendar.calendarObjects()):
-            evt = yield obj.filteredComponent(exporterUID)
+            evt = yield obj.filteredComponent(exporterUID, True)
             for sub in evt.subcomponents():
                 if sub.name() != 'VTIMEZONE':
                     # Omit all VTIMEZONE components, since PyCalendar will
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110516/404f9a9f/attachment-0001.html>


More information about the calendarserver-changes mailing list