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
Hi first of all thank you for sharing this package with the community.
I had a problem when I tried to import a vCard with a X-SOCIALPROFILE into macOSX address book. The Mac app was not able to understand the encoding, please see the imported result:
Removing the encodingPrefix did the trick (line 378) - however I am not sure if this is conform to the vCard standard.
formattedVCardString += 'X-SOCIALPROFILE' + ';TYPE=' + key + ':' + e(vCard.socialUrls[key]) + nl();
Could you please look into this problem?
Cheers,
Michael
The text was updated successfully, but these errors were encountered:
Hi first of all thank you for sharing this package with the community.
I had a problem when I tried to import a vCard with a X-SOCIALPROFILE into macOSX address book. The Mac app was not able to understand the encoding, please see the imported result:
Removing the encodingPrefix did the trick (line 378) - however I am not sure if this is conform to the vCard standard.
formattedVCardString += 'X-SOCIALPROFILE' + ';TYPE=' + key + ':' + e(vCard.socialUrls[key]) + nl();
Could you please look into this problem?
Cheers,
Michael
The text was updated successfully, but these errors were encountered: