Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: jeas on July 29, 2011, 01:33:32 PM

Title: vCard import messing up birthdays? (branch: devel-addressbook-4989)
Post by: jeas on July 29, 2011, 01:33:32 PM
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
Title: vCard import messing up birthdays? (branch: devel-addressbook-4989)
Post by: JohnDoh on July 30, 2011, 04:41:57 AM
Devel-addressbook is an old branch. Use trunk instead it has a much better addressbook
Title: vCard import messing up birthdays? (branch: devel-addressbook-4989)
Post by: jeas on July 30, 2011, 08:58:39 AM
Thanks for the tip. The latest trunk imports birthday attributes in YYYYMMDD format just fine. :)