GNOME Bugzilla – Bug 561355
EvoCalendarTwoWay uses wrong String format in _get_object()
Last modified: 2009-02-13 11:36:53 UTC
Please describe the problem: in the _get_object() method there is the line event.set_from_ical_string(self.calendar.get_object_as_string(raw)) but because calendar.get_object_as_string() will return "BEGIN VCALENDAR ... END VCALENDAR" Strings, they will not be accepted there. Better way is to use raw.get_as_string() Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: proposed patch: https://bugzilla.redhat.com/attachment.cgi?id=323607
*** This bug has been marked as a duplicate of 564141 ***