Skip to content

Instantly share code, notes, and snippets.

@pessom
Last active January 8, 2024 13:15
Show Gist options
  • Save pessom/0f260e07dd12a6766f605e092f5b302a to your computer and use it in GitHub Desktop.
Save pessom/0f260e07dd12a6766f605e092f5b302a to your computer and use it in GitHub Desktop.
QR codes
Connect to WiFi network
WIFI:T:WPA2;S:MyNetworkName;P:ThisIsMyPassword;H:true;
T:WPA2 - Authentication type; can be WEP or WPA, or leave empty for no password.
S:MyNetworkName - Network SSID. Required.
P:ThisIsMyPassword - Password, ignored if T is left blank.
H:true - Optional. True if the network SSID is hidden.
Sms send to phone number
SMSTO:40404:Hi, I would like to RSVP for 2 guests please, thank you.
Contact
________________________________________________________________________________________________________
|Parameter |Presence | Description | Format |
|BEGIN |Required |All vCards must start with this parameter | BEGIN:VCARD
|N |Optional |Full name |N:Smith;John;
|TEL;TYPE |Optional |Telephone number and type (work, home, fax) |TEL;TYPE=work,VOICE:(111) 555-1212 TEL;TYPE=home,VOICE:(404) 386-1017 TEL;TYPE=fax:(866) 408-1212
|EMAIL |Optional |Email address |EMAIL:smith.j@smithdesigns.com
|ORG |Optional |Company name |ORG:Smith Designs LLC
|TITLE |Optional |Job title |TITLE:Lead Designer
|ADR; TYPE |Optional |Home or work address in order: Street; City; State; Postal Code; Country|ADR;TYPE=WORK,PREF:;;151 Moore Avenue;Grand Rapids;MI;49503;United States of America
|URL |Optional |Link to a website |URL:https://www.smithdesigns.com
|VERSION |Required |The version of the vCard specification. |VERSION:3.0
|END |Required |All vCards must end with this parameter |END:VCARD
email send
mailto: info@example.com?subject=Issue%20with%20your%20product&body=Body%20goes%20here
geo point
geo:38.8976763,-77.0365297
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment