Command

nylas calendar recurring list

List recurring events

Written by Qasim Muhammad Staff SRE

What does nylas calendar recurring list do?

The nylas calendar recurring list command lists recurring events. It is part of the Calendar commands, which manage calendars, events, availability, and AI scheduling. Use --json for structured output in scripts and automation.

Usage

nylas calendar recurring list

Flags

FlagDescription
--calendar string(-c)Calendar ID (required)
--end int64End time (Unix timestamp)
--grant string(-g)Grant ID (uses default if not specified)
--limit intMaximum number of instances to retrieve
--start int64Start time (Unix timestamp)
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--yes(-y)Skip confirmations

Examples

The nylas calendar recurring list command lists recurring events.

JSON output for scripting

nylas calendar recurring list --json

Limit the number of results

nylas calendar recurring list --limit 10 --json

Troubleshooting

Command not found or fails

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

Recommended guides

Run nylas calendar recurring list --help for full help output.