[CalendarServer-changes] [6665] CalendarServer/trunk/contrib/performance/event.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 2 12:38:46 PST 2010


Revision: 6665
          http://trac.macosforge.org/projects/calendarserver/changeset/6665
Author:   exarkun at twistedmatrix.com
Date:     2010-12-02 12:38:42 -0800 (Thu, 02 Dec 2010)
Log Message:
-----------
Remove extraneous ; which makes the generated VEVENT invalid and unparseable

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/event.py

Modified: CalendarServer/trunk/contrib/performance/event.py
===================================================================
--- CalendarServer/trunk/contrib/performance/event.py	2010-12-02 19:41:22 UTC (rev 6664)
+++ CalendarServer/trunk/contrib/performance/event.py	2010-12-02 20:38:42 UTC (rev 6665)
@@ -61,7 +61,7 @@
 
 attendee = """\
 ATTENDEE;CN=User %(SEQUENCE)02d;CUTYPE=INDIVIDUAL;EMAIL=user%(SEQUENCE)02d at example.com;PARTSTAT=NE
- EDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE;:urn:uuid:user%(SEQUENCE)02d
+ EDS-ACTION;ROLE=REQ-PARTICIPANT;RSVP=TRUE:urn:uuid:user%(SEQUENCE)02d
 """
 
 organizer = """\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101202/402cee2c/attachment.html>


More information about the calendarserver-changes mailing list