Download
Download the source code (370 kB). Compare features with DayPilot Pro.
DayPilotLiteMvc-1.5.434.zip
HomeCalendarMonthScheduler
AJAX monthly calendar.
Note: The Calendar can be initialized using a jQuery plugin.

Source

<div id="dpc"></div>

<script type="text/javascript">
  $(document).ready(function() {
    dp = $("#dpm").daypilotMonth({
      backendUrl: '@Url.Content("~/Month/Backend")',
      timeRangeSelectedHandling: "JavaScript",
      onTimeRangeSelected: function(start, end) { createEvent(start, end); },
      eventMoveHandling: "CallBack",
      eventResizeHandling: "CallBack",
    });
  });
</script>