701 bytes added,
15:13, 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
BEGIN: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