Skip to content
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

Support GEO property and/or geo parameter #305

Open
owenh000 opened this issue Mar 15, 2022 · 0 comments
Open

Support GEO property and/or geo parameter #305

owenh000 opened this issue Mar 15, 2022 · 0 comments

Comments

@owenh000
Copy link

khard 0.17.0 does not offer to add or edit geographical latitude/longitude coordinates, either as a separate GEO property (vCard 3.0 or 4.0) or as a geo parameter (vCard 4.0). Please consider adding support for this in some form, if possible with the underlying vobject library.

Thanks for your work on khard!


Relevant documentation:


Currently, if the GEO property already exists, the semicolon is escaped when the vCard file is written back out, resulting in an invalid GEO property value.

Input:

BEGIN:VCARD
VERSION:3.0
GEO:0.990000;-0.990000
END:VCARD

Output:

BEGIN:VCARD
VERSION:3.0
GEO:0.990000\;-0.990000
END:VCARD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants