All examples below call the real Luma API. Use a test calendar and non-production data when possible.
Prerequisites
- Luma Plus organization
- API key from Luma API keys
@alhwyn/lumainstalled withnpm install @alhwyn/lumaorbun add @alhwyn/luma(Install)
Smoke test
Createsmoke.ts:
luma.users.get() and luma.events.list() — see Users and Events.
If the script fails with AuthenticationError, double-check the key and that your organization has API access.