Thank you for your interest in the Sebastopol Community Calendar, a project of Sebastopol Cultural Community Center.

If you wish to link to the calendar, please use https://sebastopolcalendar.com.

To embed the calendar on your website, please insert the the code below into your site. This loads the calendar with all it’s events into a window on your site. The height of the window is determined by the ‘padding-bottom’, adjust that number to show more or less of the calendar.

<style media="screen" type="text/css">
/* Adjust padding-bottom as necessary. The width will adjust to fill the available space on your site */
.calendar-container { 
	position: relative; height: 0; overflow: hidden; 
	-webkit-overflow-scrolling: touch; 
	overflow: auto;
	padding-bottom: 470%; 
}
.calendar-container iframe { 
	position: absolute; top:0; left: 0; width: 100%; height: 100%; border: 0;
}
</style>
<div class="calendar-container" frameborder="0">
	<iframe src="https://sebastopolcalendar.com/events/?embed_id=all"></iframe>
</div>