Let people add your event to their calendar with a single scan. Encode event name, date, time, location, and description into a QR code using the standard iCalendar (vEvent) format — no app required.
Example Event QR Code
API URL
https://api.online-qr.com/v1/make-qr?data=BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT...An event QR code encodes event details using the iCalendar VEVENT format, which is understood by Google Calendar, Apple Calendar, Outlook, and other calendar applications. When scanned, the phone presents an "Add to Calendar" prompt with all event details pre-filled. This removes the need for people to manually enter event information and is ideal for invitations, conference materials, flyers, and tickets.
Format your VEVENT data: BEGIN:VCALENDAR\nVERSION:2.0\nBEGIN:VEVENT\nSUMMARY:Event Name\nDTSTART:20261201T090000Z\nDTEND:20261201T110000Z\nLOCATION:Venue Address\nEND:VEVENT\nEND:VCALENDAR
URL-encode the iCalendar string and pass it to the API: https://api.online-qr.com/v1/make-qr?data=BEGIN%3AVCALENDAR...
Print the QR code on your event invitation, flyer, or ticket — attendees scan to save the event instantly
https://api.online-qr.com/v1/make-qr?data=BEGIN%3AVCALENDAR%0AVERSION%3A2.0%0ABEGIN%3AVEVENT%0ASUMMARY%3ATeam%20Meeting%0ADTSTART%3A20261201T090000Z%0ADTEND%3A20261201T100000Z%0ALOCATION%3A123%20Main%20St%2C%20New%20York%2C%20NY%0AEND%3AVEVENT%0AEND%3AVCALENDARCreate a QR code for any website URL in seconds. With Online-QR, just paste the URL into our API endpoint — no signup, no SDK, no software to install. Embed it anywhere as a simple image tag.
Turn your contact information into a scannable QR code. When someone scans your vCard QR code, they can instantly save your name, phone number, email, and address to their phone contacts — no typing required.
Encode any plain text into a scannable QR code — no URLs, no special formatting. Use it for messages, coupons, serial numbers, instructions, or any short-form content you want people to read by scanning.
Generate your first QR code in seconds with the Online-QR API. No signup required for static codes. Create a free account for dynamic codes with scan analytics.