Goal
You want a schedule page on your own website. Confera remains the source of truth.
What you need
- An API key with events:read.
- A server (Next.js, Node, PHP, Python, etc.) to keep the key secret.
Fetch data
Using the SDK
ts
Render
Most sites render a list grouped by day → venue → time.
Pseudo rendering
ts
Caching
Schedule data can be cached for short periods (e.g. 30–120 seconds) for speed.
Next.js example
ts