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 663615 - Saving calendar duplicates the first event
Saving calendar duplicates the first event
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
3.2.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Milan Crha
Evolution QA team
: 667886 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-11-08 12:43 UTC by wolasallank
Modified: 2012-02-07 08:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
evo patch (1.58 KB, patch)
2011-11-21 17:37 UTC, Milan Crha
committed Details | Review

Description wolasallank 2011-11-08 12:43:48 UTC
I select an On This Computer calendar, right click and select Save As.
  I select a folder, and format csv and click Saveas
  csv file just has prepended header if selected and numerous copies of a single event

  e.g. I have a UK Holidays calendar; save as created:
  UID, Summary, Description List, Categories List, Comment List, Completed, Created, Contact List, Start, End, Due, percent Done, Priority, URL, Attendees List, Location, Modified
  DECC1D87-B635-4EF8-B464-2F3812CD4620, Boxing Day, , , , , 2009-11-23 18:47:50, , 2009-12-26 00:00:00, 2009-12-27 00:00:00, , , , , , , 2009-11-23 18:47:50
  DECC1D87-B635-4EF8-B464-2F3812CD4620, Boxing Day, , , , , 2009-11-23 18:47:50, , 2009-12-26 00:00:00, 2009-12-27 00:00:00, , , , , , , 2009-11-23 18:47:50
  DECC1D87-B635-4EF8-B464-2F3812CD4620, Boxing Day, , , , , 2009-11-23 18:47:50, , 2009-12-26 00:00:00, 2009-12-27 00:00:00, , , , , , , 2009-11-23 18:47:50
  DECC1D87-B635-4EF8-B464-2F3812CD4620, Boxing Day, , , , , 2009-11-23 18:47:50, , 2009-12-26 00:00:00, 2009-12-27 00:00:00, , , , , , , 2009-11-23 18:47:50
  DECC1D87-B635-4EF8-B464-2F3812CD4620, Boxing Day, , , , , 2009-11-23 18:47:50, , 2009-12-26 00:00:00, 2009-12-27 00:00:00, , , , , , , 2009-11-23 18:47:50
Comment 1 wolasallank 2011-11-08 13:29:02 UTC
DistroRelease: Ubuntu 11.10
Package: evolution 3.2.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Sun Nov 6 22:12:03 2011
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)
Comment 2 Milan Crha 2011-11-21 17:37:25 UTC
Created attachment 201834 [details] [review]
evo patch

for evolution;

Thanks for a bug report. I see I overlooked this while making changes in the code. Pretty stupid bug.
Comment 3 Milan Crha 2011-11-21 17:40:31 UTC
Created commit 1037643 in evo master (3.3.3+)
Created commit 90a5ed4 in evo gnome-3-2 (3.2.3+)
Comment 4 Matthew Barnes 2012-01-14 15:00:34 UTC
*** Bug 667886 has been marked as a duplicate of this bug. ***
Comment 5 wolasallank 2012-02-06 16:44:35 UTC
I have been trying to use ics save as an alternative whilst waiting for this fix to reach ubuntu updates but have found essentially the same issue, the correct number of VEVENT records are written but are all duplicates of the first. Will the fix correct ics saveas as well?
Comment 6 Milan Crha 2012-02-07 08:35:45 UTC
Yes, it does fix it too. The best if the Ubuntu maintainers get whole 3.2.3 release, rather than just this fix.