Per JPR's request, I write this mail to discuss a problem.
Here is the problem. The attached Bruins.ics is get from http://www.apple.com/ical/library/. I cut it to 2 events. If I import it into Evolution, since the timezone (US/Eastern) is not included in Evolution's buildin timezone list, though the import is successfu and I can see some black dates from the date calendar at the upper right, I can see nothing from dayview, weekview and month view.
I had made a patch based on 1.4 to patch cal_backend_file_update_objects() to change the timezone into local default timezone so that the events can be seen. Rodrigo has approved and I had checked in to 1.4 branch.
Now I need to made a patch for HEAD. I think I should patch e_cal_backend_file_create_object() and e_cal_backend_file_modify_object().
Do I need to patch e_cal_backend_file_receive_objects(), too?
Thanks!
Harry
BEGIN:VCALENDAR CALSCALE:GREGORIAN METHOD:PUBLISH X-WR-TIMEZONE;VALUE=TEXT:US/Pacific X-WR-CALDESC:Boston Bruins PRODID:-//Apple Computer\, Inc//iCal 1.0//EN X-WR-RELCALID;VALUE=TEXT:334e484c-426f-11D7-BECF-427275696579 X-WR-CALNAME;VALUE=TEXT:Bruins VERSION:2.0 BEGIN:VEVENT SEQUENCE:2 DTSTAMP:20030922T092213Z SUMMARY:Bruins vs Devils LOCATION:FleetCenter, Boston UID:44657669-1008-11D7-BECF-427275696579 DTSTART;TZID=US/Eastern:20031008T200000 DURATION:PT2H30M END:VEVENT BEGIN:VEVENT SEQUENCE:2 DTSTAMP:20030922T092213Z SUMMARY:Bruins at Lightning LOCATION:St. Pete Times Forum, Tampa Bay UID:4c696768-1010-11D7-BECF-427275696579 DTSTART;TZID=US/Eastern:20031010T193000 DURATION:PT2H30M END:VEVENT END:VCALENDAR
