QR barcode

From SmartWiki
Revision as of 10:43, 24 June 2013 by Arthur Lathrop (talk | contribs)

Jump to: navigation, search

-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