Your website has an interactive calendar page which pulls through all events that you have uploaded in the backend.


To find it, simply navigate to: yourdomain.com/calendar


Here is what it looks like: 


Calendar


Embed the calendar page using an iFrame


Step 1: Copy the iFrame code, replacing the URL with your UnionCloud domain


<iframe src="https://www.YOURDOMAIN.com/calendar" title="Event Calendar" style="width:100%; height:850px;"></iframe>

e.g. 


<iframe src="https://www.liverpoolguild.org/calendar" title="Event Calendar" style="width:100%; height:850px;"></iframe>
Try it Yoursel

Step 2: Paste the code into a page section on your homepage or any page on your website.


Make sure you have clicked 'Source' first, then paste in the HTML code. 


Then click save. Your calendar will now appear! 



Note: You can customise this page to look however you like using Global CSS!