Closed
Bug 989909
Opened 11 years ago
Closed 11 years ago
vcard Export / Import does not deal with birthday and anniversary
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(blocking-b2g:1.4+, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: jmcf, Assigned: jmcf)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•11 years ago
|
blocking-b2g: --- → 1.4?
OS: Mac OS X → Gonk (Firefox OS)
Hardware: x86 → ARM
Assignee | ||
Comment 1•11 years ago
|
||
STR:
Add a contact with birtday. Export it to SDCArd. Import it. Birthday is lost
Assignee | ||
Updated•11 years ago
|
Summary: vcard Export / Import does not deal with birthday → vcard Export / Import does not deal with birthday and anniversary
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8399294 -
Flags: review?(francisco.jordano)
Attachment #8399294 -
Flags: feedback?(sergi.mansilla)
Comment 3•11 years ago
|
||
The anniversary is a field for vcard format, 4.0 and we are downgrading from that format to 3.0, since our product team looks for more compatibility with android devices.
Flagging Sergi for needinfo to check if that will conflicts with the current work on on the downgrading process.
Flags: needinfo?(sergi.mansilla)
Updated•11 years ago
|
Target Milestone: --- → 1.4 S5 (11apr)
Comment 5•11 years ago
|
||
Even if we don't export to 4.0, importing should work with the birthday field (we do import vCard 4.0), so the changes in `vcard_parser.js` should get into the tree. I made some comments on Github to the patch as well.
I think the code in contacts2vcard.js should be commented (and not deleted) as a reminder in case we switch back to vCard 4.0 exporting. What do you think?
Flags: needinfo?(sergi.mansilla)
Comment 6•11 years ago
|
||
About the date format, we can either parse the anniversary/birthday fields ourselves or let JS' `Date` try to parse and react to it. In any case, I don't think we should abort an import just because one of these fields is not valid.
Comment 7•11 years ago
|
||
Comment on attachment 8399294 [details]
17803.html
Please rebase and merge once travis is green.
I've tried this branch by itself.
Thanks!
Attachment #8399294 -
Flags: review?(francisco.jordano) → review+
Updated•11 years ago
|
status-b2g-v1.4:
--- → affected
Assignee | ||
Comment 8•11 years ago
|
||
Sergi,
Your comments have been addressed. Please check and provide your f?. I would very grateful if you can do it soon as it is a blocking bug.
thanks!
Flags: needinfo?(sergi.mansilla)
Updated•11 years ago
|
Attachment #8399294 -
Flags: feedback?(sergi.mansilla) → feedback+
Assignee | ||
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 11•11 years ago
|
||
status-b2g-v2.0:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•