Roundcube Community Forum

 

vCard import messing up birthdays? (branch: devel-addressbook-4989)

Started by jeas, July 29, 2011, 01:33:32 PM

Previous topic - Next topic

jeas

Hi,

don't know, if this is a roundcube issue or an issue with everdroid:

Everdroid exports birthday in vCards (VERSION:2.1) in the following format:

BDAY:YYYYMMDD

When importing them in roundcube  the birthdays get messed up.

If I manually change the format of the BDAY attributes in the vcf export file to

BDAY:YYYY-MM-DD

the import in roundcube works fine.

Is 'YYYYMMDD' the one and only official format for the BDAY attribute (i.e. everdroid messes things up) or should roundcube recognize 'YYYMMDD' formatted birthdays as well?

Best regards,
Tom

JohnDoh

Devel-addressbook is an old branch. Use trunk instead it has a much better addressbook
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

jeas

Thanks for the tip. The latest trunk imports birthday attributes in YYYYMMDD format just fine. :)