Basic usage

Creating a Calendar from scratch

Source:

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

<script>
    $("#calendar").kendoCalendar();
</script>

Output: