{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "Q3-Dave",
  "slug": "",
  "url": "https://ro.am/Q3-Dave/",
  "displayUrl": "ro.am/Q3-Dave",
  "name": "Meet with Dave @ Q3 Interactive",
  "description": "Let's get together (yeah, yeah yeah!) Welcome to our Q3 Interactive scheduling page. Let's find the best time to meet about:\n• Mobile App Dev\n• Website Design & Development\n• 3D Animation\n• Video Production\n• Graphic Design\n• AR/VR Dev, & more!\n",
  "descriptionMarkdown": "Let's get together (yeah, yeah yeah!) Welcome to our Q3 Interactive scheduling page. Let's find the best time to meet about:\n• Mobile App Dev\n• Website Design & Development\n• 3D Animation\n• Video Production\n• Graphic Design\n• AR/VR Dev, & more!\n",
  "organization": {
    "name": "Q3 Interactive"
  },
  "hosts": [
    {
      "name": "Dave Boyd",
      "imageUrl": "https://ro.am/card-images/0bf173c1-cc21-4d36-8755-505dbd8fe76a"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      15,
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZ4pu8RadKmajwOkaKdvsg/XgiZ06ACjva4Pvc048mLdQ",
  "bookingForm": {
    "fields": [
      {
        "id": "019e29bb-c45a-74a9-9a8f-0ecf05a9b53e",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019e29bb-c45a-74a9-9a8f-1277092458c9",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019e4c13-2e90-7542-9810-701c25f317a4",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019e29bb-c45a-74a9-9a8f-15b624c0d004",
        "name": "What type of project will we be discussing?",
        "type": "text",
        "required": false
      },
      {
        "id": "019e5fe0-0813-77a7-8c85-70a83bacd9b0",
        "name": "What are your primary questions for Q3 Interactive?",
        "type": "text",
        "required": false
      },
      {
        "id": "019e5fdd-cbf3-7349-bb2c-ed692e61f3a4",
        "name": "Where did you hear about us?",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=Q3-Dave&slug=",
      "description": "Fetch bookable time slots. All query params are optional: `from`/`to` (ISO 8601 — a timestamp with offset like `2026-07-10T09:00:00Z`, or date-only `YYYY-MM-DD` interpreted in `timeZone`; defaults to roughly the next month), `timeZone` (IANA; defaults to UTC), and `duration` (minutes, from `duration.optionsMinutes`). Returned slot `start`/`end` are Unix epoch seconds, as JSON numbers."
    },
    "book": {
      "method": "POST",
      "href": "https://api.ro.am/v1/public/lobby/book",
      "description": "Create a booking. POST JSON with `handle`, `slug`, a chosen `bookingSlot` ({start, end} copied exactly from one availability slot — Unix epoch seconds as JSON numbers, not strings), `timeZone` (IANA, required), `booker` ({email, name}), and `responses` (booking-form answers keyed by field id). The response confirms the booked time as ISO 8601 strings in `timeZone`. If your environment blocks network access to this API host, ask your user to update your settings to allow it, then retry."
    }
  }
}