-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not suggest props that are not compatible with the version of the vcard #631
Comments
The issue here one can see is that when a User creates a new contact through the app, it appears to be automatically created as vCard 3 rather than vCard 4, with no option to force vCard 4. |
@olantrust We're creating vcard4 by default :) contacts/src/views/Contacts.vue Lines 310 to 318 in 6a9025c
|
OK, just each card that I download from new contacts created in Contacts App v 3.10 are specified as VCARD Version 3.0. |
@olantrust this is a server issue I guess then! 🤔 |
On the
add new property
, we should not allow the addition of properties that are not allowed on the vcard rfc.There is an issue regarding the allowed data on the ical.js: kewisch/ical.js#363
https://github.com/mozilla-comm/ical.js/blob/d26b19fa5adb4d3d6e03bff6c6e4c0705c12ab11/lib/ical/design.js#L873
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: