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

source_changes at macosforge.org source_changes at macosforge.org
Mon May 16 07:44:09 PDT 2011


Revision: 7465
          http://trac.macosforge.org/projects/calendarserver/changeset/7465
Author:   glyph at apple.com
Date:     2011-05-16 07:44:09 -0700 (Mon, 16 May 2011)
Log Message:
-----------
parameter documentation

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:43:57 UTC (rev 7464)
+++ CalendarServer/branches/users/glyph/new-export/calendarserver/tools/export.py	2011-05-16 14:44:09 UTC (rev 7465)
@@ -139,8 +139,14 @@
     @param calendars: an iterable of L{ICalendar} providers (or L{Deferred}s of
         same).
 
-    @param exporterUID: 
+    @param exporterUID: the calendar data-store UID of the user (i.e. of their
+        calendar home, not of anything in the directory) to export the per-user
+        data of for the given calendars.
+    @type exporterUID: C{str}
 
+    @param fileobj: an object with a C{write} method that will accept some
+        iCalendar data.
+
     @return: a L{Deferred} which fires when the export is complete.  (Note that
         the file will not be closed.)
     @rtype: L{Deferred} that fires with C{None}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110516/ec087503/attachment.html>


More information about the calendarserver-changes mailing list