Agenda
Show session schedules on your site from Eventyvo — or keep your own agenda CMS.
Subscription required
Enable agenda on your offer.
Two data situations
| Situation | What to do |
|---|---|
| Agenda already lives on your website | Keep serving it from your CMS, or rebuild sessions in Eventyvo Agenda and switch embeds to Eventyvo (no Connect import of your schedule) |
| Agenda already in Eventyvo | Use agenda embed / widget JSON on your site |
Whole flow (Eventyvo agenda on your site)
Dashboard: build agenda lines
→ Publish event
→ Model A: agenda embed on your page
→ optional: GET /widgets/event/:slug/agenda from your backend (no key)
Website surface (Model A)
<div data-eventyvo="agenda" data-event-slug="my-event" data-theme="light" data-lang="en"></div>
<script async src="https://docs.eventyvo.com/embed/v1/eventyvo-embed.js"></script>
Details: Agenda embed.
Secure / custom UI (Model B-lite)
GET https://api.eventyvo.com/widgets/event/:slug/agenda
No X-API-KEY. Cache 5–10 minutes. Do not put private organizer tokens in the browser.
Not supported
- Syncing your existing CMS agenda into Eventyvo via Connect
- Full GraphQL agenda CRUD for partners