Javascript RSS Calendar

Calendar and Calendar Events Options

Calendar Language Options

Assets

Calendar Assets

Events Assets

PCF File Example

Here is a basic example. This is just a basic interior page with a calendar asset and an events asset inserted. If you are inserting both a calendar and an events asset, use the "Calendar (designed to have events on the same page)" asset and the "Events Assets". Otherwise you want to use either the "Calendar Only" or the "Events Only" asset.

It is also highly recommended to install and use the Assets gadget created by OU and available in their marketplace.

<?xml version="1.0" encoding="UTF-8"?>
<?pcf-stylesheet path="/_resources/xsl/interior.xsl" title="Interior Page" extension="html"?>
<!DOCTYPE document SYSTEM "http://commons.omniupdate.com/dtd/standard.dtd">
<document xmlns:ouc="http://omniupdate.com/XSL/Variables">
	<headcode></headcode> <!-- before closing head tag -->
	<bodycode></bodycode> <!-- after opening body tag -->
	<footcode></footcode> <!-- before closing body tag -->
	<ouc:properties label="config">
		<parameter name="breadcrumb" type="text" group="Everyone" prompt="Page Breadcrumb" alt="Used to calculate page title. Index pages use local _props.pcf breadcrumb.">Calendar</parameter>
		<parameter name="layout" type="select" group="Everyone" prompt="Page Layout" alt="Select a page layout.">
			<option value="full-width" selected="false">Full Width</option>
			<option value="two-column" selected="true">Two Column</option>
		</parameter>
		<parameter name="gallery-type" type="select" group="Everyone" prompt="Gallery" alt="Select an LDP type to display, if a gallery asset is added to page.">
			<option value="pretty" selected="false">Pretty Photo</option>
		</parameter>
		<parameter name="protection" type="select" group="Everyone" prompt="Page Protection" alt="Select Page Protection">
			<option value="all-myids" selected="false">All MyIDs</option>
			<option value="none" selected="true">No Protection</option>
		</parameter>
	</ouc:properties>
	<ouc:info>><tcf>/_resources/ou/templates/interior.tcf</tcf><tmpl>/_resources/ou/templates/interior.tmpl</tmpl></ouc:info>
	<ouc:div label="autopublish" group="Administrators" button-text="Auto Publish Asset">
		<ouc:editor csspath="/_resources/ou/editor/interior.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="maincontent"/></ouc:div>
	<ouc:div label="leftcolumn" group="Everyone" button-text="Left Column"><ouc:editor csspath="/_resources/ou/editor/interior.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="leftcolumn"/>
	Paste Calendar Asset Here
	</ouc:div>
	<ouc:div label="maincontent" group="Everyone" button-text="Main Content"><ouc:editor csspath="/_resources/ou/editor/interior.css" cssmenu="/_resources/ou/editor/styles.txt" wysiwyg-class="maincontent"/>
	Paste Calendar Events Asset Here
	</ouc:div>
</document>