enabled

Whether the calendar is enabled or not. The default value is true.


<div id="calendar" ></div>

<script type="text/javascript">
    $(function () {
        $("#calendar").shieldCalendar({
            focused: new Date(2016, 2, 31),
            enabled: false
        });
    });
</script>