Publisher sections ›
Quickstart
Five minutes to a Track button
The whole front end is two lines of HTML. Here's the shortest path from nothing to a real calendar event being written.
Mint a widget key
Sign in to the dashboard, register your site, and mint a publishable widget key (
livecal_pk_…). It's public and safe in page source.Drop two lines on your page
Load the embed once, then place a
<livecal-track>element wherever the event lives, pointed at your Source'ssource_idUUID.Create the Source it points at
From your backend, upsert the Source so the widget has something to render and you can push live-state. See Create a Source →
That's the front end. Next: the full Publisher API reference →