Calendar Event QR Code Generator
QR that adds an event to any calendar with one scan. iCal/VEVENT format.
How does a calendar QR code work?
A calendar QR encodes the event in the iCal VEVENT format — when scanned, the recipient's phone offers to add the event to their default calendar app (iOS Calendar, Google Calendar, Outlook). Encoding the date in the right format is the most common pitfall: VEVENT requires UTC timestamps in YYYYMMDDTHHMMSSZ form, with no separators. Get this wrong and the event silently fails to import. This generator handles the formatting for you, computed locally on your device.
Quick start templates
Appearance
Preview
Enter content to generate a QR code
Download
Format
PNG and WebP support transparency. SVG scales to any size without quality loss. JPEG is the smallest file but has no transparency.
About the VEVENT/iCal format
VEVENT is the calendar event subset of the iCalendar (RFC 5545) standard.
- Begins BEGIN:VEVENT and ends END:VEVENT
- Required: SUMMARY (title), DTSTART, DTEND
- Optional: LOCATION, DESCRIPTION, URL, ORGANIZER
- Date format: YYYYMMDDTHHMMSSZ (UTC) or YYYYMMDD (all-day)
