Command

nylas calendar ai reschedule ai

AI-powered meeting rescheduling with alternative suggestions.

Written by Qasim Muhammad Staff SRE

What does nylas calendar ai reschedule ai do?

The nylas calendar ai reschedule ai command suggests optimal alternative times for a meeting. Pass the event ID as a positional argument and the command analyzes participant availability, time-of-day preferences, and existing calendar density to propose conflict-free alternatives. Add --reason for context, --auto-select to apply the best option, or --notify to message participants. Works with Google Calendar, Outlook, Exchange, Yahoo, iCloud, and IMAP providers.

Usage

nylas calendar ai reschedule ai EVENT_ID [--reason TEXT] [--auto-select] [--notify]

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
--reasonReason for rescheduling (added to participant notifications)
--auto-selectAutomatically apply the best alternative time
--notifyNotify participants of the new time
--avoid-daysDays to avoid (e.g., Friday, Monday)
--max-delay-daysMaximum days to delay the meeting
--must-includeParticipant emails that must be available
--preferred-timesPreferred alternative times (RFC3339 format)

Examples

The nylas calendar ai reschedule ai command suggests optimal alternative times for a meeting.

Reschedule a meeting with AI suggestions

nylas calendar ai reschedule ai abc123def456 --reason "Calendar conflict"

Auto-select the best time and notify participants

nylas calendar ai reschedule ai abc123def456 --auto-select --notify

Example output

Rescheduling evt_abc123 ("Sprint review")
  Reason: Conflict with client meeting

AI suggestions (within 14 days):
  1. 2026-07-02T14:00:00Z  score 92  (all participants free)
  2. 2026-07-03T10:00:00Z  score 88
  3. 2026-07-03T15:00:00Z  score 81

Run with --auto-select to apply option 1 and notify participants.

Troubleshooting

Event not found

Verify the event ID with nylas calendar events list --json and copy the id field.

No alternative times suggested

Your calendar may be fully booked in the search window. The AI searches the next 5 business days by default.

Recommended guides

Run nylas calendar ai reschedule ai --help for full help output.