Difference between revisions of "QR barcode"

From SmartWiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
{{DeprecatedPage}}
 +
 +
 
-Custom field type Barcode,  
 
-Custom field type Barcode,  
 
-use QR to prefix the content.  
 
-use QR to prefix the content.  
Line 32: Line 35:
 
END:VCALENDAR
 
END:VCALENDAR
  
[[Category:Variables]]
+
[[Category:To Move Later]]

Latest revision as of 14:18, 20 October 2017


Ambox warning pn.png This article is deprecated and the information contained within may no longer be correct.


-Custom field type Barcode, -use QR to prefix the content. -Content can be any alphanumeric character -Content will be processed by variable processor

Example of a contact Vcard

QRBEGIN:VCARD VERSION:2.1 N:@lastname@;@firstname@ ORG:@company@ TITLE:@title@ TEL;WORK;VOICE:@phone@ ADR;WORK:;;@address@ @City@ @province@ @postalcode@ EMAIL;PREF;INTERNET:@email@ REV:ss\@objid@ END:VCARD

Example of an iCalendar

QRBEGIN:VCALENDAR VERSION:2.0 PRODID:-//hacksw/handcal//NONSGML v1.0//EN BEGIN:VEVENT UID:@owner.email@ DTSTAMP:@now@ ORGANIZER;CN=@owner.email@:MAILTO:@owner.email@ DTSTART:@startdate@@starthour@@startminute@ DTEND:@enddate@@endhour@@endminute@ SUMMARY:@subject@ END:VEVENT END:VCALENDAR