#1488527 closed Bugs (fixed)

addressbok X-ANNIVERSARY should be stored as Y-m-d

Reported by: imlich Owned by:
Priority: 5 Milestone: 0.8-stable
Component: Addressbook Version: git-master
Severity: normal Keywords: addressbook,vcard,anniversary,date format
Cc:

Description

The X-ANNIVERSARY in the addressbook is stored in the VCARD according to local date settings. This will result in some other clients not being able to read the date.

Similarily to birthday handling in program/include/rcube_vcard.php anniversaries should be written in VCARD representation in Y-m-d format

Change History (4)

comment:1 Changed 12 months ago by alec

I don't understand. Sample export gives me this:

BDAY;VALUE=date:2012-06-30
X-ANNIVERSARY:2012-06-14

comment:2 Changed 12 months ago by imlich

What date_format_format do you have in your global/user settings?

If a user has date_format=Y.m.d then sample export gives me:

BDAY;VALUE=date:2012-06-05
X-ANNIVERSARY:18.06.2012

comment:3 Changed 12 months ago by alec

Ok. Now I get it.

comment:4 Changed 12 months ago by alec

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [6e1864cb]

Note: See TracTickets for help on using tickets.