Skip to content

Embed Basics

Embedding your calendar on a website takes just one line of HTML.

The embed code

Your embed code is an iframe that loads your calendar from already.events:

<iframe
  src="https://embed.already.events/v/your-view-slug"
  style="width: 100%; height: 600px; border: none;"
  title="Event Calendar"
></iframe>

You can get this code from the Embed page for any view in the dashboard — it comes pre-configured with your chosen theme and settings.

Where it works

The embed code works on any platform that supports custom HTML:

Sizing tips