nextcloud / nextcloud/contacts
Wrong vcard format for "related to contact" field
Open
@DerDreschner is already working on this.
Since Jul 8, 2026.
1. to develop
bug
- Dominant language
- JavaScript
- Stars
- 642
- Forks
- 220
- Avg merge
- 14h 39m
- Merged PRs (30d)
- 51
Description
Adding a RELATED property, in my case a name of a person, to a contact via the UI gets converted to wrong vcard format.
To Reproduce
Steps to reproduce the behavior:
- Create a related to contact property via the webinterface
- Download the vcard via the button
- Open the vcf
Expected behavior
According to the RFC 6350 Section 6.6.6 it must be RELATED;TYPE=CONTACT;VALUE=text:Hans Muster for text values.
Actual behavior
Entering: Hans Muster
Result: RELATED;TYPE=CONTACT:Hans Muster
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.