Hello,

I'm testing barry 0.9. It works great, but all the events from Evolution
end up in my Blackberry 8100 with start date in 1970. Why?  From the
debug trace:

==========================================================================
[1193652066.232457]                                                             
        barry_sync: ToBarry, working on vcal data:
BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
BEGIN:VTIMEZONE
TZID:/softwarestudio.org/Olson_20011030_5/Europe/Madrid
X-LIC-LOCATION:Europe/Madrid
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20040531T171654Z
DTSTART;TZID=/softwarestudio.org/Olson_20011030_5/Europe/Madrid:20071023T12
 3500
DTEND;TZID=/softwarestudio.org/Olson_20011030_5/Europe/Madrid:20071023T1235
 00
TRANSP:OPAQUE
SUMMARY:My event
DESCRIPTION:My description
LOCATION:Home
CLASS:PUBLIC
CREATED:20071028T120914
LAST-MODIFIED:20071028T120914
BEGIN:VALARM
TRIGGER;VALUE=DURATION;RELATED=START:-PT15M
ACTION:DISPLAY
DESCRIPTION:My description
END:VALARM
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER;VALUE=DURATION;RELATED=START:-P1D
END:VALARM
END:VEVENT
END:VCALENDAR

[1193652066.232877]                                                             
        >>>>>>>  barry_sync: vBase::GetAttr
[1193652066.232902]                                                             
                barry_sync: getting attr: DTSTART
[1193652066.232929]                                                             
                barry_sync: attr value: 19700329T020000
[1193652066.232952]                                                             
        <<<<<<<  barry_sync: vBase::GetAttr
[1193652066.232975]                                                             
        barry_sync: DTSTART attr retrieved:
19700329T020000
[1193652066.232998]                                                             
        >>>>>>>  barry_sync: vBase::GetAttr
[1193652066.233021]                                                             
                barry_sync: getting attr: DTEND
[1193652066.233047]                                                             
                barry_sync: attr value: 20071023T123500
[1193652066.233069]                                                             
        <<<<<<<  barry_sync: vBase::GetAttr
[1193652066.233092]                                                             
        barry_sync: DTEND attr retrieved:
20071023T123500
==========================================================================


As you can see, the "DTSTART" from the VTIMEZONE part is retrieved from
barry before the "DTSTART" VEVENT one.  How can I avoid that? If you
know a quick patch, probably in vformat.c......


Thanks!

Javier




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Barry-devel mailing list
Barry-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/barry-devel

Reply via email to