Calendar Widget (Lite) (v1)

danger

This widget has been deprecated, please use the current calendar widgets instead.

Calendar Lite is the light version of the the main calendar. In the config section you can configure your main calendar page link.

<html>
<head>
</head>
<body>
<script type="text/javascript">
var fxcalendar_config = {
host: "https://calendar.fxstreet.com",
eventurl: "./main.aspx", // your main calendar page
culture: "es-ES" // diplay culture
};
</script>
<script type="text/javascript" src="https://calendar.fxstreet.com/scripts/mini"></script>
<div id="fxst_calendar" style="width: 824px"></div>
</body>
</html>

Samples