iFrame

You can embed any valid Events Calendar URL in an iframe by adding ?iframe=1 to the end of the URL and using that URL as the value of the source attribute within an iframe tag.

The example below will show the default week view for all UConn events inside of an iFrame.

<iframe title="Calendar" src="https://events.uconn.edu/[calendar-slug]/week?iframe=1" style="border: 0; width: 100%; height: 100vh;"></iframe>

Replace [calendar-slug] with your calendar’s unique URL slug. The Benton Calendar is used in the following examples. [calendar-slug] was replaced with The Benton’s unique URL slug, benton.

Example of Week View

https://events.uconn.edu/benton/week?iframe=1

Example of Month View

https://events.uconn.edu/benton/month?iframe=1

Example of Upcoming Events

Example of Day View