Command

nylas scheduler pages list

The nylas scheduler pages list command lists scheduling pages. It is part of the Scheduler (Booking Pages) commands, which manage scheduling pages, configurations, sessions, and bookings. Use --json for structured output in scripts and automation.

Written by Qasim Muhammad Staff SRE

What does nylas scheduler pages list do?

The nylas scheduler pages list command lists scheduling pages. It is part of the Scheduler (Booking Pages) commands, which manage scheduling pages, configurations, sessions, and bookings. Use --json for structured output in scripts and automation.

Usage

nylas scheduler pages list

Flags

FlagDescription
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

Basic usage

nylas scheduler pages list --help

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Google Workspace CLI: Limits and Alternative

What gws covers, where its OAuth scope limits and pre-1.0 status bite, and when a multi-provider email and calendar CLI is the better fit.

Build an Appointment-Reminder Agent

Build an appointment-reminder agent with Nylas CLI: poll the calendar, send T-24h and T-1h reminder emails, and process reply confirmations to cut no-shows.

Export Calendar Events to CSV & JSON (CLI)

Export calendar events to CSV or JSON from the terminal. Use nylas calendar events list with jq to build backup files, reports, and spreadsheets in seconds.

Detect Calendar Conflicts from the CLI

Spot double-booked meetings and overlapping events from the terminal. AI conflict detection and jq scripts catch calendar conflicts before they derail your day.

Block Focus Time on Your Calendar (CLI)

Context-switching costs 23 minutes of focus per interruption. Block focus time on Google Calendar from your terminal so meetings can't eat your deep-work slots.

Calendar Analytics from the Terminal

Measure meeting load from the terminal with calendar analytics. Count total hours, recurring vs one-off meetings, and busiest days using jq and Nylas CLI.

Schedule Healthcare Appointments from the CLI

Offer patients open slots, book the appointment, and send 24-hour and 2-hour reminders to cut no-shows — while keeping PHI out of email subjects and logs.

Automate Interview Scheduling from the CLI

Find a slot that fits the candidate and the interview panel, book it with invites, and send a confirmation plus a reminder — one script, not a dozen emails.

Calendar Availability API for a Booking Page

Generate open time slots from a real calendar as JSON, render them on a booking page, and book without double-booking — all prototyped from the terminal.

Track Event RSVPs from the Terminal

Send calendar invites, read RSVP status from the event JSON, and email the non-responders — a closed event RSVP tracking loop run from the CLI.

Email Yourself a Daily Calendar Agenda

Pull today's calendar events with nylas calendar events list --json, format them with jq, and email a daily agenda to yourself or a team on a cron.

AI Calendar Assistant from the Terminal

Use nylas calendar schedule ai and calendar ai for natural-language scheduling, focus-time protection, conflict resolution, and meeting-context extraction.

Set and Respect Calendar Working Hours

Keep calendar bookings inside working hours from the CLI: availability find returns in-hours slots, events create validates them, --ignore-working-hours overrides.

Manage Virtual Calendars from the CLI

Create, list, inspect, and delete provider-independent calendars for rooms, equipment, and contractors with nylas calendar virtual — no connected account.

Set Up an MCP Calendar Server

Expose calendar tools to an AI client over MCP. Install nylas mcp, configure your assistant, and let it check availability and create events.

Track Calendar Attendee Responses

Read accepted, declined, and no-response RSVP status from event JSON, count each bucket, and email the people who never replied — all from the terminal.

Run a Meeting Time Poll from the CLI

Run a Doodle-style meeting poll from the terminal: propose slots, screen each against participants' calendars, email a shortlist to vote, then book the winner.

Give an AI Agent Calendar Access

Wrap nylas calendar availability and events as agent tools: read-only by default, draft-before-create for writes, and an OAuth scope the agent can't widen.

Automate Scheduling and Email Follow-Ups

Find a shared slot, send the calendar invite, and chase non-responders automatically: availability find, events create, and email send --schedule on a cron.

Calendar API Time Zone Handling Explained

IANA vs Windows zone IDs, all-day events without zones, DST drift in recurring series, and pinning an event to one display zone with --lock-timezone from the terminal.

Google Calendar API Quotas and Limits

Google Calendar API quota reference: 10,000 requests/min per project, 600 per user, 403 vs 429 usageLimits errors, backoff math, and quota-free CLI calendar reads.

Exchange Server Calendar API Options

EWS blocking starts for Exchange Online October 1, 2026. Compare EWS, Microsoft Graph, and a unified CLI for Exchange calendar access by deployment type.

CPaaS Providers Compared for Developers

CPaaS providers Twilio, Vonage, Sinch, and Bird compared for SMS and voice, plus where a contextual email and calendar API like Nylas fits alongside a CPaaS stack.

Acuity Scheduling API Alternatives

Acuity's API manages Acuity accounts, not booking in your product. Compare Cal.com, the Calendly API, and building booking on a calendar API from the terminal.

Build a Recruiting Interview Coordinator

An AI agent schedules interviews across a candidate and an interview panel: it finds slots that fit every panelist, emails the options, and books the panel.

Google Calendar Push Notifications

How Google Calendar watch channels work, why the channel-token mismatch error happens, and how to get signed calendar webhooks with one CLI command instead.

Outlook CLI: Manage Mail and Calendar

Run Outlook mail and calendar from the terminal — no Azure app registration. One OAuth login to list, send, and schedule across Microsoft 365 and Outlook.com.

Schedule Meetings Across Time Zones (CLI)

Find a meeting slot that works in New York, London, and Tokyo from the terminal. Convert times, handle DST, find slots, and book it — offline, no API call.

Microsoft Graph Calendar API Quickstart

Read and create Outlook calendar events with Microsoft Graph: app registration, Calendars scopes, /me/events, calendarView, and a one-login CLI shortcut.

CalDAV Explained: Protocol and Pitfalls

CalDAV is the open calendar protocol behind iCloud, Fastmail, and Yahoo. How discovery and iCalendar work, which providers use it, and what makes it painful.

Outlook Calendar Change Notifications

How Microsoft Graph calendar subscriptions work, the validationToken handshake, the ~3-day expiry, clientState verification, and a simpler signed-webhook path.

Cal.com vs Nylas: Build vs Buy Scheduling

Cal.com is an open-source scheduling product you embed. Nylas is the calendar API you build scheduling on. Compare build-vs-buy and provider coverage.

Microsoft Graph vs Nylas: Email & Calendar

Microsoft Graph is the API for Outlook and Microsoft 365 only. Nylas wraps Graph plus Gmail, iCloud, Yahoo, and IMAP behind one API. A build-vs-buy decision guide.

Round-Robin Scheduling from the Terminal

Distribute meetings across a team with round-robin scheduling from the terminal. The Nylas CLI checks each member's availability and books the next free rep.

Add Video Conferencing to Calendar Events

Attach a video conferencing link to a calendar event from the terminal. The Nylas CLI adds a meeting link when you create an event, across calendar providers.

Generate an ICS File from the Terminal

Generate an .ics calendar file from the terminal. Read an event as JSON with the Nylas CLI and build a valid RFC 5545 VCALENDAR you can attach or import anywhere.

Reschedule a Meeting from the Terminal

Move a calendar event to a new time from the terminal. The Nylas CLI updates the event and the provider notifies attendees across five calendar backends.

Find a Meeting Time from the Terminal

Find a time that works for every attendee from the terminal. The Nylas CLI reads free/busy across calendars and returns open slots in seconds, with JSON output.

RSVP to Calendar Invites from the Terminal

Accept, decline, or tentatively respond to calendar invites from the terminal. One command sets your RSVP across Google, Outlook, Exchange, iCloud, and Yahoo.

Cancel a Calendar Event from the Terminal

Cancel a calendar event from the terminal in one command. Nylas deletes the event and notifies attendees across Google, Outlook, Exchange, iCloud, and Yahoo.

Give Your AI Agent a Managed Calendar

An agent account includes calendar access on the same grant as email. Check availability, find meeting times across timezones, and book events from the CLI.

Build a Meeting-Booking Assistant Agent

Build an AI scheduling agent on a Nylas agent account. It reads a request email, finds a time across timezones, books the event, and emails a confirmation.

Cronofy vs Nylas: Calendar API Compared

Cronofy is a scheduling-first calendar API; Nylas pairs calendar with email and contacts. Compare scope, pricing models, AI agent support, and CLI tooling.

Recurring Calendar Events: RRULE Explained

RRULE syntax from RFC 5545 (FREQ, INTERVAL, BYDAY, COUNT, UNTIL), plus how Google, Microsoft Graph, and CalDAV expand recurring events and exceptions.

caldav.icloud.com: iCloud CalDAV Settings

iCloud CalDAV settings: caldav.icloud.com over HTTPS port 443, app-specific password auth, principal discovery via PROPFIND, and a CLI path without CalDAV.

Calendar Invite Prompt Injection Defense

Calendar invites land in an AI agent's context without any click. Defend with organizer allowlists, metadata-first triage, human-run RSVPs, and audit logs.

Calendar API Compared: Google, Microsoft, CalDAV

Google Calendar API, Microsoft Graph, and CalDAV each handle auth and events differently. Compare all three to find the right calendar integration for your app.

Best CLI Calendar Tools Compared

Compare gcalcli, khal, calcurse, remind, vdirsyncer, and Nylas CLI for terminal calendar management. Features, providers, sync, and installation.

Sync Calendars Across Providers

Compare ICS export, CalDAV, Google Calendar API syncToken, and Microsoft Graph delta queries for cross-provider calendar sync from the terminal.

Calendar CLI Tools Compared

Compare gcalcli, Google Workspace CLI, khal, calcurse, and Nylas CLI for terminal calendar management. Feature matrix, provider coverage, and setup benchmarks.

How Apple's New CEO Can Automate iCloud Email

John Ternus takes over as Apple CEO in September 2026. Connect iCloud to AI agents that triage email, draft replies, optimize calendar across 25 time zones, and protect focus time.

Calendly Alternative for Developers

Build a developer-owned scheduling flow with Nylas CLI: find time, check availability, create events, and handle calendar webhooks.

Create Calendar Invites from the CLI

Create calendar invites from the command line with attendees, location, body text, busy status, and provider-sent notifications.

Check Calendar Availability from Terminal

Check calendar availability and free/busy windows from the terminal with Nylas CLI before creating meetings or booking rooms.

EWS Retirement Checklist

Inventory risky EWS scripts, test Exchange email and calendar access, and choose Graph API, CLI, or Agent Account migration paths before 2027.

Outlook MCP Server for AI Agents

Compare Outlook MCP options for AI agents: Microsoft 365 connectors, Graph API tools, and local CLI MCP for email and calendar workflows.

Google Workspace MCP for AI Agents

Compare Google Workspace MCP with multi-provider CLI commands and Agent Accounts for AI agents that need user mail or app-owned inboxes.

Google Calendar API Pagination and Sync

Google Calendar API pagination with nextPageToken on events.list, syncToken sync, recurring event expansion, and 410 Gone recovery. With working code.

Google Calendar Ownership Changes

Personal accounts lose orphan secondary calendars April 27, 2026. Workspace follows October 5, 2026. New ownership transfer API arrives June. Prepare now.

Recall.ai vs Nylas for AI Agent Email

Compare Recall.ai and Nylas CLI for AI agent communication. One handles meeting recordings, the other handles email and calendar. Pick the right tool.

Exchange Calendar CLI: Manage Events

Use an Exchange Calendar CLI to list events, create meetings, book rooms, and check availability from terminal. Skip EWS, Graph API, and PowerShell scripts.

iCloud Calendar CLI: Manage Events

Use an iCloud Calendar CLI to list events, create meetings, and check availability from terminal. Skip CalDAV setup and app-specific passwords in scripts.

Yahoo Calendar CLI: Manage Events

Use a Yahoo Calendar CLI to list events, create meetings, and check availability from terminal. Skip CalDAV setup and app-specific passwords entirely.

Google Calendar CLI: Manage Events from Terminal

Use a Google Calendar CLI to list events, create meetings, check availability, and find mutual times from terminal. No Google API credentials needed.

Outlook Calendar CLI: Manage Events

Use an Outlook Calendar CLI to list events, create meetings, check availability, and book rooms from terminal without Graph API or Azure AD setup in scripts.

Add Nylas as a Manus MCP Server (manus-mcp-cli)

Register Nylas as an MCP server in manus-mcp-cli so your Manus agents can send email, search the inbox, and manage calendar events inside the sandbox.

Manus AI Meeting Scheduler

Schedule meetings via natural language with Manus AI and Nylas CLI. Check participant availability, find mutual open slots, and create events automatically.

Manus AI vs Claude Code for Email Automation

Side-by-side comparison of Manus AI Skills and Claude Code MCP for email and calendar automation. Same Nylas CLI backend, different agent runtimes used.

Map Communication Patterns Between Orgs

Map inter-org communication networks from email data. Identify key stakeholders, score relationship strength, and detect single-threaded risk via graphs.

Reconstruct Org Charts from Email CC Patterns

Infer reporting lines, detect managers from CC behavior, and estimate seniority from email response patterns. Build org charts from inbox data with Nylas CLI.

Automate Email and Calendar in PowerShell

Cross-provider email and calendar automation in PowerShell using Nylas CLI. Read emails, create events, check availability, and schedule meetings from scripts.

Connect Voice Agents to Email and Calendar

Bridge LiveKit, Vapi, or any voice agent framework to email and calendar using Nylas CLI as a subprocess. Complete Python examples for send, read, and schedule.

Install the OpenClaw Nylas Plugin

Install @nylas/openclaw-nylas-plugin to add native email, calendar, and contact tools to OpenClaw. Covers API key setup, grant discovery, and plugin vs exec.

Create a Manus Skill: Email & Calendar Workflow

Create a Manus Skill that installs Nylas CLI in the sandbox and teaches your agent email, calendar, and contact workflows via SKILL.md and setup scripts.

Connect OpenClaw to Nylas for Email and Calendar

Use OpenClaw exec to run Nylas CLI for inbox access, email sending, and calendar scheduling. Covers TOOLS.md configuration, exec approvals, and PATH setup.

Manage Calendar Events from Terminal

Create, list, update, and delete calendar events from your terminal with Nylas CLI. DST-aware scheduling, timezone conversion, and AI-powered meeting finder.

AI Agent CLI for Email and Calendar

Build an AI agent CLI for email and calendar with Nylas CLI subprocess commands, JSON output, and no provider-specific API clients.

Email MCP Server for AI Agents

Set up an email MCP server so Claude, Cursor, Windsurf, and VS Code Copilot can read, send, and schedule email and calendar events locally in one command.

Run nylas scheduler pages list --help for full help output.