{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "tushar",
  "slug": "",
  "url": "https://ro.am/tushar/",
  "displayUrl": "ro.am/tushar",
  "name": "Meet with Tushar Deshmukh, Founder at UXUITrainingLab Pvt. Ltd.",
  "description": "Tushar Ashok Deshmukh is a seasoned professional with over 23+ years of rich experience in UX HCI, UI, Usability, and User Psychology.\nAs the Founder & CEO of UXExpert, UXUITrainingLab Pvt. Ltd., and UXTalks.",
  "descriptionMarkdown": "Tushar Ashok Deshmukh is a seasoned professional with over 23+ years of rich experience in UX HCI, UI, Usability, and User Psychology.\nAs the Founder & CEO of UXExpert, UXUITrainingLab Pvt. Ltd., and UXTalks.",
  "organization": {
    "name": "UXUITrainingLab Pvt. Ltd."
  },
  "hosts": [
    {
      "name": "Tushar Deshmukh",
      "imageUrl": "https://ro.am/card-images/a3cda6aa-2c1e-447c-8349-6c344670c0af"
    }
  ],
  "duration": {
    "defaultMinutes": 30,
    "optionsMinutes": [
      30
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZSS9dZyc8m6GJjjQ2Dvlg/g7EC6-odtcjnes1p7-eTWA",
  "bookingForm": {
    "fields": [
      {
        "id": "019492f5-d672-73c9-ba18-a65f5097800b",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "019492f5-d672-73c9-ba18-aac88be93147",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0194ab49-b18e-7079-8ec3-f9bb644ec2b2",
        "name": "Your Linkedin URL",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0194b0f8-eac8-73ef-8b1d-250c2952dc74",
        "name": "Reason for Meeting",
        "type": "dropdown",
        "required": true,
        "options": [
          {
            "id": "01954612-a446-7351-9350-bf16d498e2b3",
            "label": "Want to Join Mentoring Batch"
          },
          {
            "id": "0194b0f9-7f86-728f-a81d-1ed0119e1b81",
            "label": "Interest in Collaboration "
          },
          {
            "id": "0194b0f8-029b-70d9-9117-feb6eb164f04",
            "label": "Business Opportunity"
          },
          {
            "id": "0194b0f8-029b-70d9-9118-00fbc7670f51",
            "label": "Design / Development Project"
          },
          {
            "id": "0194b0f8-029b-70d9-9118-05c7a81bf2a1",
            "label": "Mentoring / Guidance"
          },
          {
            "id": "0194b0f8-a18b-761a-ba00-17e8571805be",
            "label": "Other - Please specify in Message"
          }
        ]
      },
      {
        "id": "019492f5-d672-73c9-ba18-af5e630b8f50",
        "name": "Any Message",
        "type": "short_text",
        "required": true
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=tushar&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."
    }
  }
}