vCard 3 does not seem to be supported by Outlook, but only 2.1.
File_IMC is incomplete and not everybody has it.
I'm writing a version that doesn't use File_IMC and output vCard 2.1.
Is it of interest for you?

Comments

Olmo INXCO’s picture

Issue tags: +i18n, +vcard

I would very much like to see a version of this module that:

  • generates vcards that support "crazy" characters like the ë.
  • generates vcards that work across platforms (OSX and Windows).

As long as Drupal's vcards cannot do that, they're pretty much unusable in production (outside of the States).

I found some older patches in the queue but they fail against the current HEAD... I will try to rebuild them and if I get it working I'll report back.

anrikun’s picture

Without any answer from the maintainer, I have decided to create a separate vCard module that supports UTF-8, Outlook, Content Profile and provides vCard for nodes with CCK fields.
Now I don't know if I should release it as I would possibly be blamed (again) for duplicate efforts.

sanduhrs’s picture

Just start posting incremental patches.
You won't get much feedback on none-code.

sgb02’s picture

I have a working vCard implementation that supports Outlook and UTF-8 implemented in PHP that I am interested in porting to Drupal. Just got hooked on Drupal this week. Let me know if interested.