After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 561355 - EvoCalendarTwoWay uses wrong String format in _get_object()
EvoCalendarTwoWay uses wrong String format in _get_object()
Status: RESOLVED DUPLICATE of bug 564141
Product: conduit
Classification: Other
Component: dataproviders
0.3.x
Other All
: Normal normal
: ---
Assigned To: conduit-maint@gnome.bugs
conduit-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2008-11-18 13:01 UTC by choeger
Modified: 2009-02-13 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description choeger 2008-11-18 13:01:41 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
Comment 1 John Stowers 2009-02-13 11:36:53 UTC

*** This bug has been marked as a duplicate of 564141 ***