Calender_Sunday
Tutorials
in step 2 select the page for the calendar, use properties button and goto expert tab.
set in the pulldown before closing the HEAD tag this code:
<script src='appsresources/fullcalendar-2.2.6.min.js'></script>
<script>
$(document).ready(function() {
$('#calendar').fullCalendar({
});
});
</script>
$(document).ready(function() {
$('#calendar').fullCalendar({
});
});
</script>