App Logo
luma.com

Get events from a Luma calendar

List the past or future events published under a specific Luma calendar/organizer (e.g. "AITinkerers"), paginated.

Input

calendar required

The calendar's Luma handle, e.g. "AITinkerers" from luma.com/AITinkerers.

limit optional

Max events to return per call. Default 25.

cursor optional

Pagination cursor from a previous call's next_cursor.

period optional

Which set of events to list. Default "future".

Output

events required
calendar required
has_more required
next_cursor optional

FAQ

List the past or future events published under a specific Luma calendar/organizer (e.g. "AITinkerers"), paginated.
Required: calendar. Optional: limit, cursor, period.
It returns events, calendar, has_more, next_cursor.
No. It only uses pages of luma.com that are reachable without signing in.
It only reads. It looks things up on luma.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/luma.com/get_calendar_events, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/luma.com/get_calendar_events
It is part of Reduck's official curated catalogue.

Start building not clicking