App Logo
outlook.live.com

List calendars (Outlook)

List the calendars in the signed-in Outlook consumer mailbox, with their shown/hidden state. Covers a single-calendar lookup by filtering on name.

Input

name optional

Optional. Return only the calendar whose name matches this exactly (case-insensitive). This is how a single-calendar 'get' is served — there is no separate get script.

Output

count required
calendars required
expandedRail required

Whether the rail's show-all expander was clicked. False means every calendar was already visible OR the expander could not be found — in the latter case the list may be limited to ticked calendars.

FAQ

List the calendars in the signed-in Outlook consumer mailbox, with their shown/hidden state. Covers a single-calendar lookup by filtering on name.
Optional: name.
It returns count, calendars, expandedRail.
Yes. It acts as you on outlook.live.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the outlook.live.com cookies saved by the Reduck extension.
It only reads. It looks things up on outlook.live.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/list_calendars, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/list_calendars
It is part of Reduck's official curated catalogue.

Start building not clicking