The nylas scheduler\ commands manage booking pages, configurations, and appointments without touching a web dashboard. Create scheduling links, confirm bookings, handle reschedules — all from the terminal. What nylas scheduler does Manages the full booking lifecycle: create scheduling pages with availability rules, accept bookings, confirm or cancel them, and track sessions. Replaces Calendly-style web UIs for developers who prefer CLI workflows. Quick Start \ bash brew install nylas/nylas-cli/nylas nylas init nylas scheduler pages list \ \ Key commands Command What it does nylas scheduler pages list\ List scheduling pages nylas scheduler pages create\ Create a new booking page nylas scheduler pages show <id>\ View page details nylas scheduler bookings list\ List all bookings nylas scheduler bookings confirm <id>\ Confirm a pending booking nylas scheduler bookings reschedule <id>\ Reschedule a booking nylas scheduler bookings cancel <id>\ Cancel a booking nylas scheduler…