Bug 3131

Summary: Crash on reccurent events with no DTSTART
Product: Claws Mail (GTK 2) Reporter: ioguix
Component: Plugins/vCalendarAssignee: users
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 3.9.3   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
gdb stack trace none

Description ioguix 2014-04-07 17:54:42 UTC
Hello,

I tried to fetch a calendar using the vCalendar plugin, but once setted up, when fetching the calendar it just crash claws.

Please, find attached to this ticket the stack trace.

The (anonymized) event "-CALENDAR-$COMPAGNY-INFO-$ID-0000006923" is:

    BEGIN:VCALENDAR
    PRODID:-//davical.org//NONSGML AWL Calendar//EN
    VERSION:2.0
    CALSCALE:GREGORIAN
    BEGIN:VEVENT
    SUMMARY:$summary
    DTSTART;VALUE="DATE":20120227
    DTEND;VALUE="DATE":20120227
    DTSTAMP:20140324T193818Z
    UID:-CALENDAR-$COMPAGNY-INFO-$ID-0000006923
    ATTENDEE;CN=""$firstName $lastName"";PARTSTAT="NEEDS-ACTION";ROLE=
     "CHAIR":MAILTO:$emailAddress
    CATEGORIES:$category
    DESCRIPTION:$description
    LAST-MODIFIED:20111216T110454Z
    ORGANIZER:MAILTO:$emailAddress
    RRULE:FREQ=DAILY;COUNT=5
    STATUS:TENTATIVE
    END:VEVENT
    END:VCALENDAR


I believe this **might** be the same bug than in #3130. But it needs some more info.
Comment 1 ioguix 2014-04-07 17:56:36 UTC
Created attachment 1361 [details]
gdb stack trace