]> err.no Git - sope/commitdiff
minor tweaks
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 5 Dec 2005 15:51:08 +0000 (15:51 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Mon, 5 Dec 2005 15:51:08 +0000 (15:51 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1194 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/data/korg-342-meeting.ics [new file with mode: 0644]
sope-ical/versitSaxDriver/VSSaxDriver.m

diff --git a/sope-ical/data/korg-342-meeting.ics b/sope-ical/data/korg-342-meeting.ics
new file mode 100644 (file)
index 0000000..860123a
--- /dev/null
@@ -0,0 +1,22 @@
+BEGIN:VCALENDAR
+PRODID:-//K Desktop Environment//NONSGML KOrganizer 3.4.2//EN
+VERSION:2.0
+BEGIN:VEVENT
+DTSTAMP:20051205T145527Z
+ORGANIZER;CN=Helge Hess:MAILTO:hh@in.skyrix.com
+ATTENDEE;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT:mailto:email1@mail.com
+ATTENDEE;RSVP=TRUE;PARTSTAT=NEEDS-ACTION;ROLE=REQ-PARTICIPANT:mailto:helge.hess@opengroupware.org
+CREATED:20051205T145457Z
+UID:KOrganizer-1622461605.938
+SEQUENCE:0
+LAST-MODIFIED:20051205T145457Z
+SUMMARY:test-meeting
+CLASS:PUBLIC
+PRIORITY:5
+DTSTART:20051206T104500Z
+DTEND:20051206T110000Z
+TRANSP:OPAQUE
+END:VEVENT
+
+END:VCALENDAR
+
index 0866c87a0d70f43598e710fb2741f1d24eb5499c..5013ea9296dfea87f4ac156bf836755e8c514731 100644 (file)
@@ -692,10 +692,12 @@ static VSStringFormatter *stringFormatter = nil;
              range:todoRange];
   /* is line well-formed? */
   if (r.length == 0 || r.location == 0) {
+#if 0
     NSLog(@"todo-range: %i-%i, range: %i-%i, length %i, str-class %@",
           todoRange.location, todoRange.length,
           r.location, r.length,
           length, NSStringFromClass([_line class]));
+#endif
 
     [self reportError:
             [@"got an improper content line! (did not find colon) ->\n"