Skip to main content

Overview

The Event Venue Component specifies where and how an event will take place — whether it’s a physical location, an online meeting, or a hybrid combination of both.
It provides structured fields for address, map location, join buttons, and related event details such as contact numbers and notes.
This schema ensures that QR Code landing pages can accurately represent venue information with visual consistency and functional join options (e.g., “Join on Zoom”, “View on Map”).

Properties


🧩 Formatting Object


Used in Categories

This component is used in the following QR Code categories:

Example Schema

Example Payload (with location)

When hasMapLocation is true, the location object follows the Base Map structure:

Notes

  • venueType determines which properties are required:
    • physicaladdress required
    • onlinejoinButton required
    • both → both address and joinButton required
  • The map location can be displayed only when hasMapLocation is set to true and location is defined.
  • Supports up to 10 phone numbers for attendee contact or join options.
  • Password and notes fields are optional but recommended for private or hybrid events.