Skip to content

QR Code Format

DaiDH edited this page Jun 21, 2023 · 6 revisions

Contact

BEGIN:VCARD
VERSION:4.0
N:Duong;Dai;H
FN:Dai H Duong
TITLE:CEO
ORG:Ural
NICKNAME:DaiDH
EMAIL;work;PREF:work@example.com
EMAIL;home;PREF:home@example.com
EMAIL;cell;PREF:cell@example.com
TEL;work;VOICE;PREF:+84 (845) 882-882
ADR;home;POSTAL;PARCEL;DOM;PREF:;Bắc Từ Liêm;225 Hồ Tùng Mậu;Hà Nội;HN;10000;VN
URL;homepage;PREF:https://mysite.com
URL;work;PREF:https://google.com
REV:2023-06-21T18:19:05.016Z
END:VCARD

dai-duong

Email

# Address
mailto:someone@yoursite.com

# Address, CC, BCC, subject, body
mailto:someone@yoursite.com?cc=someoneelse@theirsite.com,another@thatsite.com,me@mysite.com&bcc=lastperson@theirsite.com&subject=Big%20News&body=Body%20goes%20here.

Telephone

tel:+12125551212

MECARD

MECARD:N:Owen,Sean;ADR:76 9th Avenue, 4th Floor, New York, NY 10011;TEL:12125551212;EMAIL:srowen@example.com;;

BIZCARD

BIZCARD:N:Sean;X:Owen;T:Software Engineer;C:Google;A:76 9th Avenue, New York, NY 10011;B:+12125551212;E:srowen@google.com;;

VCARD

BEGIN:VCARD
VERSION:3.0
N:Owen;Sean;;;
FN:Sean Owen
TITLE:Software Engineer
EMAIL;TYPE=INTERNET;TYPE=WORK;TYPE=PREF:srowen@google.com
URL;TYPE=Homepage:https://example.com
END:VCARD

SMS

# Send an SMS/MMS to a number
sms:+18005551212

# Send an SMS/MMS to a number with pre-filled message.
sms:+18005551212:This%20is%20my%20text%20message.

Facetime

# FaceTime Video
facetime:+18005551212
facetime:me@icloud.com

# FaceTime Audio
facetime-audio:+18005551212
facetime-audio:me@icloud.com

Calendar

BEGIN:VEVENT
SUMMARY:Summer+Vacation!
DTSTART:20180601T070000Z
DTEND:20180831T070000Z
END:VEVENT

Wifi

WIFI:S:<SSID>;T:<WEP|WPA|blank>;P:<PASSWORD>;H:<true|false|blank>;;
Parameter Example Description
T WPA Authentication type; can be WEP or WPA or WPA2-EAP, or nopass for no password. Or, omit for no password.
S mynetwork Network SSID. Required. Enclose in double quotes if it is an ASCII name, but could be interpreted as hex (i.e. "ABCD")
P mypass Password, ignored if T is nopass (in which case it may be omitted). Enclose in double quotes if it is an ASCII name, but could be interpreted as hex (i.e. "ABCD")
H true Optional. True if the network SSID is hidden. Note this was mistakenly also used to specify phase 2 method in releases up to 4.7.8 / Barcode Scanner 3.4.0. If not a boolean, it will be interpreted as phase 2 method (see below) for backwards-compatibility
E TTLS (WPA2-EAP only) EAP method, like TTLS or PWD
A anon (WPA2-EAP only) Anonymous identity
I myidentity (WPA2-EAP only) Identity
PH2 MSCHAPV2 (WPA2-EAP only) Phase 2 method, like MSCHAPV2

CHPlay

market://details?id=org.example.foo

GEO Location

geo:-33.813404,151.169875
Clone this wiki locally