Note: The event calendar can be initialized using a jQuery plugin. Read more about he jQuery event calendar [doc.daypilot.org].
Source
<div id="dpc_jquery"></div>
<script type="text/javascript">
$(document).ready(function() {
$("#dpc_jquery").daypilotCalendar({
backendUrl: '@Url.Content("~/Calendar/Backend")',
viewType: "Week",
showAllDayEvents: true
});
});
</script>