Re: bbdb-vcard
Eric Abrahamsen <[email protected]> Sun, 11 Oct 2020 16:21:28 -0700
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
emacs user <[email protected]> writes: > hi, does anyone use bbdb-vcard? I would like to import mac contacts, > find several versions of bbdb-vcard available using package and on > github, not sure which one is still maintained, and none of them > worked for me, giving various error messages. cheers Others will respond, I'm sure, but I wanted to mention that there's a package in ELPA called just "vcard", which parses vcard files or buffers into simple Elisp structures. The idea was to eventually write adapters for various packages like BBDB, fully converting the structures into BBDB vectors or what have you, but of course I haven't gotten to that part yet. But if you'd like to play with some code, that's an option.