How can I format my javascript to produce a VCalendar output
heres what I have for Vcard , what do I change here
document.getEle mentById("qrcod e").value = "BEGIN:VCar d" + "\n" +
"VERSION:3. 0" + "\n" +
"ORG:" + document.getEle mentById("FNAME ").value + "\n" +
"TEL;TYPE=WORK, VOICE:" + document.getEle mentById("PHONE ").value + "\n" +
"ADR;TYPE=WORK: ;;" +
heres what I have for Vcard , what do I change here
document.getEle mentById("qrcod e").value = "BEGIN:VCar d" + "\n" +
"VERSION:3. 0" + "\n" +
"ORG:" + document.getEle mentById("FNAME ").value + "\n" +
"TEL;TYPE=WORK, VOICE:" + document.getEle mentById("PHONE ").value + "\n" +
"ADR;TYPE=WORK: ;;" +