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

QR VCard format generated for badge not formatted correctly #9075

Open
cweitat opened this issue Sep 5, 2023 · 0 comments
Open

QR VCard format generated for badge not formatted correctly #9075

cweitat opened this issue Sep 5, 2023 · 0 comments

Comments

@cweitat
Copy link
Contributor

cweitat commented Sep 5, 2023

Not sure what is the blank space in current VCard format for because fields send to generate the badge indicates to show these fields:

BEGIN:VCARD

VERSION:3.0

X-SOCIALPROFILE;TYPE=EVENTYAY:941

EMAIL:




























































END:VCARD

Example of a VCard from https://www.qr-code-generator.com/:

BEGIN:VCARD
VERSION:3.0
ADR:;;;;;;
TEL;WORK;VOICE:
TEL;CELL:
TEL;FAX:
EMAIL;WORK;internet:etesrt@fsrrf.com
URL:
END:VCARD

Expected VCard minimally with EVENTYAY custom field and attendee's ticket id as value

BEGIN:VCARD
VERSION:3.0
EVENTYAY:941
END:VCARD

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