pinoaffe / org-vcard

Export and import vCards from within GNU Emacs' Org mode.
61 stars 7 forks source link

Use vcard library? #32

Open girzel opened 4 years ago

girzel commented 4 years ago

Hi all, I wrote a plain old vcard parsing library, originally for use in EBDB, but I wanted something that other people could use for their purposes if they want. I thought that you might be interested in offloading your basic vcard parsing onto this library.

It ended up not being as attractive as I'd expected, because the library relies on some date parsing functions that were only added in Emacs 27, and you probably want to support Emacs earlier than that. But, if at any point in the future you decide this looks like a good idea, please let me know and I'd be happy to help with the refactor.