{
  "schemaVersion": "2026-06-29",
  "kind": "roam.lobby.bookingPage",
  "handle": "leslieatpulley",
  "slug": "grantsofficehours",
  "url": "https://ro.am/leslieatpulley/grantsofficehours",
  "displayUrl": "ro.am/leslieatpulley/grantsofficehours",
  "name": "1:1 with Grant ",
  "description": "During office hours each week, if you need 1:1 time with Grant, please schedule here.  ",
  "descriptionMarkdown": "During office hours each week, if you need 1:1 time with Grant, please schedule here.  ",
  "organization": {
    "name": "Pulley"
  },
  "hosts": [
    {
      "name": "Leslie Stiff ",
      "imageUrl": "https://ro.am/card-images/282bb64b-1013-4a1c-a8ea-0d06c4ec3770"
    },
    {
      "name": "Grant Oladipo",
      "imageUrl": "https://ro.am/card-images/bbab66ff-01fa-453f-b468-ba3aaf2efc8d"
    }
  ],
  "duration": {
    "defaultMinutes": 15,
    "optionsMinutes": [
      15
    ]
  },
  "dropInEnabled": true,
  "dropInUrl": "https://ro.am/r/#/n/AZWWbgB-ds-NIjmget7I8A/iI_qh6UioH_67EP-ZDSYIw",
  "bookingForm": {
    "fields": [
      {
        "id": "0195966e-007f-7096-9c3c-95d972d7dca4",
        "name": "Name",
        "type": "short_text",
        "required": true
      },
      {
        "id": "0195966e-007f-7096-9c3c-99acd19e84f4",
        "name": "Email",
        "type": "email",
        "required": true
      },
      {
        "id": "0195966e-007f-7096-9c3c-9dca0b3a8210",
        "name": "Notes",
        "type": "short_text",
        "required": false
      }
    ]
  },
  "actions": {
    "getAvailability": {
      "method": "GET",
      "href": "https://api.ro.am/v1/public/lobby/availability?handle=leslieatpulley&slug=grantsofficehours",
      "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."
    }
  }
}