Closed
Bug 1770066
Opened 3 years ago
Closed 2 years ago
VCardProperties/VCardPropertyEntry does not correctly handle vCard group prefixes
Categories
(MailNews Core :: Address Book, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
102 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Where a vCard content line contains a group, e.g. group1.fn:test
, it should be stored in a separate field from the name, and only used when required. The example is a FN field in every other respect and should be treated as such.
Assignee | ||
Comment 1•3 years ago
|
||
Hmmm, https://github.com/mozilla-comm/ical.js/pull/442 changes how I want to approach this.
Assignee | ||
Comment 2•3 years ago
|
||
This is based on https://github.com/mozilla-comm/ical.js/pull/442 with the comments I left there fixed.
Updated•3 years ago
|
Version: unspecified → Thunderbird 102
Updated•3 years ago
|
Attachment #9277229 -
Attachment description: WIP: Bug 1770066 - Update ical.js to correctly handle vCard group prefixes. → Bug 1770066 - Update ical.js to correctly handle vCard group prefixes. r=#thunderbird-reviewers
Assignee | ||
Updated•3 years ago
|
Target Milestone: --- → 102 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/731925ce62c7
Update ical.js to correctly handle vCard group prefixes. r=#thunderbird-reviewers,mkmelin
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Blocks: tb102found
You need to log in
before you can comment on or make changes to this bug.
Description
•