vCard & iCal

Build a downloadable contact card (.vcf) or calendar event (.ics) from a simple form — correctly folded, escaped and ready to import into any address book or calendar app. Pure text, offline in your browser session.

contact.vcf
Download
BEGIN:VCARD
VERSION:3.0
N:Appleseed;Jane;;;
FN:Jane Appleseed
TEL;TYPE=CELL:+1 555 0100
EMAIL;TYPE=INTERNET:[email protected]
URL:https://example.com
END:VCARD

Leave the start time blank for an all-day event. End date/time are optional — a timed event defaults to one hour.

event.ics
Download
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Eax//vCard and iCal//EN
CALSCALE:GREGORIAN
BEGIN:VEVENT
UID:b4c38cee7a33f20cfc617fa98687f39ba22630c4af2d2db699210a4f4a6ec8d9@eax.lo
 cal
DTSTAMP:20260728T092546Z
DTSTART:20260115T090000
DTEND:20260115T100000
SUMMARY:Project kickoff
END:VEVENT
END:VCALENDAR