For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
/
2k
Sponsor

Event Agenda

Print-ready conference, summit, or meeting agenda template with multi-day support, track legend, and concurrent sessions.

Installation

$ pnpm dlx shadcn@latest add @pdfcn/forme/event-agenda

Usage

import { EventAgendaDocument } from "@/components/pdf/event-agenda";
<EventAgendaDocument />

API Reference

EventAgendaProps

PropTypeDescription
eventNamestringThe title or name of the event or conference.
datestringStart date of the event (e.g. "October 20, 2026").
endDatestring?Optional end date for multi-day events.
venuestringVenue name or physical address.
daysDaySchedule[]Array of day schedules, each containing sessions.
tracksTrack[]?Color-coded conference tracks for the legend and session pills.
wifiInfostring?Network credentials displayed in the footer.
emergencyContactstring?Important contact info displayed in the footer.
accentColorstring?Accent color for headers, badges, and highlights.