> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scanova.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Event QR Code

> Create a QR code for an event with schedule and venue details.

## What it's for

An event page gives attendees everything they need for a conference, festival, or one-off gathering: a title and description, an image gallery, a **ticket or registration button**, an **event schedule** (start/end dates and times, with time zone), and **venue details**. It's meant for print materials — posters, flyers, badges — that need to point to more than a single URL can hold.

<Note>
  Like every category on this page, "Event QR code" isn't a separate creation route — it's the **Build a Page** flow filtered to Event-tagged templates.
</Note>

## Find an event template and reach the builder

<Steps>
  <Step title="Open Create QR Code and choose Build a Page">
    From **QR Codes → Create QR Code** (`/qr/create`), click the **Build a Page** card to open the block-based page builder's template gallery.
  </Step>

  <Step title="Filter the gallery by Event">
    On **Choose a template** (`/qr/new`), click the **Event** tag. At verification time there were exactly 2 templates: **Corporate Conference** and **Music & Arts Festival**.

    <Frame caption="The template gallery filtered to the Event tag">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/qr-codes/create/event/gallery-filtered.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=87cafe5eb3a0483dd46f29c27be79783" alt="Template gallery filtered to the Event tag, showing the Corporate Conference and Music & Arts Festival templates plus the Start Blank option" width="1440" height="900" data-path="images/v2/qr-codes/create/event/gallery-filtered.png" />
    </Frame>
  </Step>

  <Step title="Preview and select a template">
    Clicking a card opens a preview panel with the template's name, a short style description, its category tag, and a **Use this template** button. The **Music & Arts Festival** template was used for verification here — described as "Mint and hot pink — a lively multi-day festival page with a particles background" and tagged **Event**.
  </Step>

  <Step title="Land in the page builder">
    Selecting it opens the builder at `/qr/new/landing?template=event-music-festival`. This template ships with 7 blocks: **Page Title**, **Image Gallery**, **Description**, a **Button** (e.g. "Get Tickets"), **Event Schedule**, **Event Venue**, and **Share Buttons** — all editable from the left-hand blocks panel.

    <Frame caption="The page builder canvas after opening the Music & Arts Festival event template">
      <img src="https://mintcdn.com/scanova-api/q8t3kzcRTgAP7jV0/images/v2/qr-codes/create/event/builder-canvas.png?fit=max&auto=format&n=q8t3kzcRTgAP7jV0&q=85&s=b4b92e2fa72a049f4c54dd9f53c63bd6" alt="Page builder canvas showing the Music & Arts Festival event template with Page Title, Image Gallery, Description, Button, Event Schedule, Event Venue, and Share Buttons blocks listed in the left panel" width="1440" height="900" data-path="images/v2/qr-codes/create/event/builder-canvas.png" />
    </Frame>

    <Check>
      Reaching this canvas confirms the flow — you don't need to publish to verify it works. Edit the schedule dates, venue, and ticket link, then use **Publish** from the top bar when the page is ready.
    </Check>
  </Step>
</Steps>

## Creating one via the API

To create an event-style QR code through the API rather than the UI, use category ID `20` (labeled **Event**) — see [Create QR Code](/v1/api-reference/endpoint/qr_manager/create) for the full request schema and [Category List](/v1/api-reference/references/category-list) for the complete ID-to-label mapping.

## Related

* [Calendar Event QR Code](/qr-codes/create/calendar-event) — a lighter Quick Code alternative that just saves a single event to a calendar, no landing page.
* [Page Builder overview](/page-builder/overview) — the block-based editor this template opens into.
* [Templates](/page-builder/templates) — browsing, filtering, and saving your own templates in the gallery.
* [Folders, tags & bulk operations](/qr-codes/manage/folders-tags-bulk-operations) — organize the QR code after publishing it.
