Command

nylas scheduler bookings reschedule

Reschedule a booking

Written by Qasim Muhammad Staff SRE

What does nylas scheduler bookings reschedule do?

The nylas scheduler bookings reschedule command provides reschedule a booking. It is part of the Scheduler (Booking Pages) commands, which manage scheduler configurations, sessions, and bookings.

Usage

nylas scheduler bookings reschedule

Flags

FlagDescription
--end-time int64New end time (Unix timestamp, required)
--reason stringReason for rescheduling
--start-time int64New start time (Unix timestamp, required)
--timezone stringTimezone for the booking (e.g., America/New_York)
--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

The nylas scheduler bookings reschedule command provides reschedule a booking.

JSON output for scripting

nylas scheduler bookings reschedule --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas scheduler bookings reschedule --help for full help output.