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 208001 - vCalendar importer
vCalendar importer
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Rodrigo Moya
Evolution QA team
: 208158 209515 212406 212933 215885 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2001-08-24 02:18 UTC by dphan71
Modified: 2013-09-10 14:02 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
Patch to libicalvcal to finish the basic converter (49.28 KB, patch)
2002-01-15 23:50 UTC, Damon Chaplin
none Details | Review

Description dphan71 2001-08-24 02:16:22 UTC
Package: Evolution
Priority: Normal
Version: 0.12
Synopsis: import *.vcf file from gnome-calendar
Bugzilla-Product: Evolution
Bugzilla-Component: Calendar

Description:
In Evolution Calendar, there is a Import on File menu, I am using it to
import my previous calendar ( Gnom Calendar). However, when I click to
finish last step, eithr crashed application or an error pop-up windows
appears, tell me that vcf extension can not import to Evolution.



Unknown reporter: dphan71@yahoo.com.au, changed to bugbuddy-import@ximian.com.

Comment 1 Luis Villa 2001-09-04 20:48:26 UTC
*** bug 208158 has been marked as a duplicate of this bug. ***
Comment 2 Luis Villa 2001-09-04 20:52:17 UTC
I can't believe that there isn't a wishlist for this already, but
apparently there isn't.

Hrm... on further read, this is more important than that: having an
'import from file' menu in the calendar implies that calendars can be
imported, which they can't. Marking as UI, 1.0, and Major; once the UI
stuff is cleaned up this should be wishlisted for the feature request.
Comment 3 Damon Chaplin 2001-09-05 02:16:59 UTC
Ideally we should be able to import iCalendar (.ics) files and the
older vCalendar (.vcf) files (at least).

Though we are in a feature freeze and have little time etc. so
I don't know what we will do here.

Note that a few people on evolution-list have been working on
importing vCalendar files, so their work may be useful.
Comment 4 Trever L. Adams 2001-09-14 04:55:27 UTC

*** This bug has been marked as a duplicate of 209515 ***
Comment 5 Luis Villa 2001-09-14 19:19:53 UTC
*** bug 209515 has been marked as a duplicate of this bug. ***
Comment 6 Damon Chaplin 2001-10-03 04:42:46 UTC
What can we do for this?

Hide the 'Import' menu item in the calendar and tasks folders?
That is the only thing I can think of. But it comes from the shell,
I think, so I'm not sure we can do that.
Comment 7 Heath Harrelson 2001-10-25 18:48:44 UTC
*** bug 212406 has been marked as a duplicate of this bug. ***
Comment 8 Heath Harrelson 2001-10-25 20:47:17 UTC
*** bug 212933 has been marked as a duplicate of this bug. ***
Comment 9 Damon Chaplin 2001-10-26 02:41:49 UTC
Moving to 1.0.x. 
Comment 10 Damon Chaplin 2001-12-05 22:00:43 UTC
*** bug 215885 has been marked as a duplicate of this bug. ***
Comment 11 Rodrigo Moya 2001-12-05 22:53:39 UTC
Damon, does this mean you're working on libicalvcal? If so, I'll start
doing the importer.
Comment 12 Damon Chaplin 2001-12-05 23:53:57 UTC
I will look at it after all 1.0.1 bugs are fixed.
Comment 13 Damon Chaplin 2002-01-15 23:50:29 UTC
Created attachment 40938 [details] [review]
Patch to libicalvcal to finish the basic converter
Comment 14 Damon Chaplin 2002-02-09 02:03:01 UTC
I've committed my code to head now.

But it still needs a way to determine the type of the folder it is
importing into (calendar/tasks), so it knows which objects to import.
Currently it just imports all of them.
Comment 15 Rodrigo Moya 2002-07-15 20:04:17 UTC
Should be fully implemented now in HEAD, with support for importing
into remote folders (ie, Exchange)