Google’s booking links are powerful and convenient — but they’re hard to fit into your own website, and they aren’t built for AI. LiveCal fixes both. Paste your Google booking link, match it to your brand, and copy the code to embed a clean availability tool right on your site — visitors type a request (“Thursday or next week”) and get your real open times instantly. You can also copy and paste your availability into any email or message, and hand it to an AI agent (like Town) in a format it can read and offer up on your behalf.
The checkerboard shows where the page behind shows through (transparent background). Type in the box above — it really works.
<iframe src="https://livecal.ai/availability/embed?" title="Availability" loading="lazy" style="width:1px;min-width:100%;max-width:460px;height:460px;border:0"></iframe>
<script>addEventListener('message',function(e){if(!e.data||e.data.type!=='livecal-availability:height')return;var fs=document.getElementsByTagName('iframe');for(var i=0;i<fs.length;i++){if(fs[i].contentWindow===e.source)fs[i].style.height=e.data.height+'px';}});</script>The little script lets the box grow/shrink to fit its answer. If your site builder strips scripts, use the instead.