You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was creating some vcf files for organizations. I called ::addCompany() but not ::addName() since they do not have first name, last name, etc. The resulting files would not load properly because the N and FN properties are required.
vCard should always output required properties whenever it serializes to a string, even if the properties are empty. Which fields are always output should depend on what version of vCard is being generated.
The text was updated successfully, but these errors were encountered:
I was creating some
vcf
files for organizations. I called::addCompany()
but not::addName()
since they do not have first name, last name, etc. The resulting files would not load properly because theN
andFN
properties are required.vCard should always output required properties whenever it serializes to a string, even if the properties are empty. Which fields are always output should depend on what version of vCard is being generated.
The text was updated successfully, but these errors were encountered: