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

VCARD4.0 format #35

Open
francoisPE opened this issue Oct 21, 2021 · 0 comments
Open

VCARD4.0 format #35

francoisPE opened this issue Oct 21, 2021 · 0 comments

Comments

@francoisPE
Copy link

Hello,
I implement that plugin. Not very easy but very cool tool !

I face a difficulty.
In case of simple VCARD field like MAIL no issue.
In case of more complex field such as TEL or ADR, I don't see how I can't stick to VCARD format using coma as separator...

for ADR:
Using Dolibarr, my LDAP is filled up for address with multiple fields

  • street
  • postalcode
  • L (city)

So that, it would be logical for me to have a mapping looking like:
ADR;TYPE=WORK:;;street;L;;postalcode;

Is there a workaround for that issue ?

For TEL,
it is slightly different.
You set up an aproach like "TEL:telephonenumber,mobile"
This does not help to fill TYPE.
It would be interesting to have
TEL;TYPE=CELL:mobile <-- this is working
but
TEL;TYPE=WORK,VOICE:telephonenumber <-- this is not working probably because of coma between work and voice (not 100% sure)

Would it be possible to tweak a bit your code to solve that 2 issues ?
Many thanks
francoisPE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant