Although the CMS now has a utility built in to
create a visual updateable calendar, many of you are maintaining Google calendars built into your content that can be updated through a Google account. Others may opt to use a Google calendar, instead of the CMS utitlity. This can be accomplished using the "iframe" widget available in the pagebuilder pull chain. After you have placed the iframe widget onto your page, you will need to place the code for the Google calendar:
After you've created your Google account,
use the Google utility to copy the necessary code. Your code should look similar to the following example. You may have to modify the "width" variable to match the width of your page column:
<p align="center"><style="BORDER-TOP-WIDTH: 0px;
BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px;
BORDER-RIGHT-WIDTH: 0px" src=http://www.google.com/calendar/embed?showCalendars=0&
showTz=0&height=450&wkst=1&
src=hvkb9gjs8usba6mm6f4b5arujs@group.calendar.google.com&
color=#A32929&ctz=America/Chicago frameborder="0" width="560" scrolling="no"
height="450">
</p>
Open the iframe widget into its editing mode and paste the Google code in place. Save the widget and publish your page.