Note: The monthly calendar can be initialized using a jQuery plugin. Read more about the jQuery monthly event calendar [doc.daypilot.org]
Source
<div id="dpm_jquery"></div>
<script type="text/javascript">
$(document).ready(function() {
$("#dpm_jquery").daypilotMonth({
backendUrl: '@Url.Content("~/Month/Backend")'
});
});
</script>