{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "efinitycircle120",
  "slug": "",
  "url": "https://ro.am/efinitycircle120/",
  "displayUrl": "ro.am/efinitycircle120",
  "name": "EFINity  Lab- 120 M.",
  "description": "A focused mentorship session for tax professionals and business owners who want stronger systems and smarter operations. We work through real issues related to bookkeeping, tax preparation, client service, workflow systems, and business compliance.\n\nThese sessions are hands-on, practical, and designed to help you run a more organized, profitable, and compliant business.",
  "descriptionMarkdown": "A focused mentorship session for tax professionals and business owners who want stronger systems and smarter operations. We work through real issues related to bookkeeping, tax preparation, client service, workflow systems, and business compliance.\n\nThese sessions are hands-on, practical, and designed to help you run a more organized, profitable, and compliant business.",
  "organization": {
    "name": "The LTD Group"
  },
  "hosts": [
    {
      "name": "D.D. Boutte",
      "imageUrl": "https://ro.am/card-images/2126f3a8-c03f-4d99-8039-1c4f79f9188d"
    }
  ],
  "duration": {
    "defaultMinutes": 120,
    "optionsMinutes": [
      120
    ]
  },
  "dropInEnabled": false,
  "bookingForm": {
    "fields": [
      {
        "id": "019cb0a6-d348-722f-a571-4a9efbabb44c",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019cb0a6-d348-722f-a571-4d2567f1bb25",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "019cb0a6-d348-722f-a571-5258985b7cd3",
        "name": "Notes",
        "type": "short_text",
        "required": false
      },
      {
        "id": "019cb646-1603-778e-84dd-d61e4e59663d",
        "name": "Phone Number",
        "type": "phone_number",
        "required": true
      },
      {
        "id": "019cb647-42d5-731b-b7c3-9cb134173979",
        "name": "What is the purpose of this meeting",
        "type": "text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=efinitycircle120&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."
    }
  }
}