Difference between revisions of "QR barcode"

From SmartWiki
Jump to: navigation, search
(Created page with '-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 Vca…')
 
Line 19: Line 19:
 
Example of an iCalendar
 
Example of an iCalendar
  
BEGIN:VCALENDAR
+
QRBEGIN:VCALENDAR
 
VERSION:2.0
 
VERSION:2.0
 
PRODID:-//hacksw/handcal//NONSGML v1.0//EN
 
PRODID:-//hacksw/handcal//NONSGML v1.0//EN

Revision as of 11:14, 20 February 2013

-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