This article explains how to embed a Google or Microsoft Calendar to in your Cascade Site.
Table of Contents
...
Open Google Calendar and navigate to the calendar you want to embed.
Click Settings and then click Settings for my Calendars on the left-hand side.
Select your calendar from the list.
Scroll down to the Integrate calendar section and copy the iframe code under the Embed code label.
...
Navigate to the Cascade page where you want to add the your calendar to.
In the Source Code editor, place the Embed Code where you want the calendar to appear. It will look something like this:
Code Block <iframe src="https://calendar.google.com/calendar/embed?src=your_calendar_id" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
Click the Submit button to save your changes. Your Google Calendar should now be visible on your page.
Publish this page to view the Calendar page on your live site.
Adding Microsoft Outlook Calendar:
Get Your Calendar Embed Code
Log into your Outlook account on the web.
Go to your Calendar, select the calendar you want to embed and , click Settings and View all Outlook settings.
Click Shared Calendars.
In the section Publish a Calendar, choose the calendarand , set the permissions you desire and click Publish.
Click Publish and copy the HTML code provided.
...
Navigate to the Cascade page where you want to add the your calendar to.
In the Source Code editor, place the embed code where you want the calendar to appear. The code will look something like this:
Code Block language html <iframe src="https://outlook.live.com/owa/calendar/your_calendar_id" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
Click the Submit button to save your changes. Your Microsoft Outlook Calendar should now be visible on your page.
Publish this page to view the Calendar page on your live site.
Info |
---|
Replace Remember that the styling of the iframe (including the width and height) can be adjusted to suit your page's design. It 's also is essential to note that certain calendar settings may impact who can view your calendar, so . Be sure to always check those the permissions. |
\uD83D\uDCCB Related articles
...