From: helge Date: Mon, 5 Dec 2005 15:51:08 +0000 (+0000) Subject: minor tweaks X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c69b190c0cab8fd08e45c99ec74bfd7a243ddaa;p=sope minor tweaks git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1194 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-ical/data/korg-342-meeting.ics b/sope-ical/data/korg-342-meeting.ics new file mode 100644 index 00000000..860123a7 --- /dev/null +++ b/sope-ical/data/korg-342-meeting.ics @@ -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 + diff --git a/sope-ical/versitSaxDriver/VSSaxDriver.m b/sope-ical/versitSaxDriver/VSSaxDriver.m index 0866c87a..5013ea92 100644 --- a/sope-ical/versitSaxDriver/VSSaxDriver.m +++ b/sope-ical/versitSaxDriver/VSSaxDriver.m @@ -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"