Command

nylas scheduler configurations update

Update a configuration

Written by Qasim Muhammad Staff SRE

What does nylas scheduler configurations update do?

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

Usage

nylas scheduler configurations update

Flags

FlagDescription
--availability-method stringAvailability method (max-fairness, max-availability)
--available-days-in-future intHow many days out bookings are available
--booking-type stringBooking type (booking, organizer-confirmation)
--buffer-after intBuffer minutes after meetings
--buffer-before intBuffer minutes before meetings
--cancellation-policy stringCancellation policy text
--conferencing-provider stringConferencing provider (Google Meet, Zoom, Microsoft Teams)
--confirmation-method stringConfirmation method (automatic, manual)
--description stringEvent description
--disable-emailsDisable email notifications
--duration intMeeting duration in minutes
--file stringPath to JSON config file (flags override file values)
--interval intSlot interval in minutes
--min-booking-notice intMinimum minutes before a booking can be made
--min-cancellation-notice intMinimum minutes before cancellation allowed
--name stringConfiguration name
--reminder-minutes intSliceReminder minutes (comma-separated, e.g., 10,60)
--round-to intRound start times to nearest N minutes
--timezone stringEvent timezone (e.g., America/New_York)
--title stringEvent title
--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 configurations update command updates a configuration.

JSON output for scripting

nylas scheduler configurations update --json

Filter by availability-method

nylas scheduler configurations update --availability-method <value> --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas scheduler configurations update --help for full help output.