Overview
This tutorial explains how to use a third-party product to add a "read-only" calendar to your website.
Disclaimer
This is a third-party product and, as such, StudioCloud does not provide support for this service.
Step 1 - Get StudioCoud ICS Link
The first step that needs to is to get an ICS link for your StudioCloud calendar.
- Click here for a tutorial on how to get an ICS link for your entire StudioCloud calendar.
- Click here for a tutorial on how to get an ICS link for a limited number of resources such as an employee calendar or a location calendar
Step 2 - Customize The Calendar And Copy It Into Your Website
- Click here to go to a third-party product
- Copy and paste the StudioCloud ICS link into the Calendar URL text field
- Select the display style of the Month
- Choose the desired color
- Copy the text that is in the CODE text box
Step 3 - Paste the Code Into Your HTML Website
- Paste the code in Step 2 into your website. You may need a website developer to do this for you
If you have a WordPress website you will need to do the following steps.
- Click here to install a third-party plugin to your WordPress website
- Make the following changes in the code that you copied from step 2
- Change the first section from "<iframe" to be "[iframe"
- Change the last section from "></iframe>" to be "]"
- Paste the altered code into your website