Download
Download DayPilot Pro trial version (1.1 MB).
DayPilotProMvcTrial-2024.1.6086.zip
HomeCalendarMonthSchedulerGantt
AJAX day/week calendar with customizable columns.
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>