Unable to populate Kendo Scheduler with Data
问题 First time using MVC and Kendo Scheduler and I can't get the data to show on the Calendar. I have the below Model public class Events : ISchedulerEvent { public int Id { get; set; } public string Description { get; set; } public DateTime End { get; set; } public string EndTimezone { get; set; } public bool IsAllDay { get; set; } public string RecurrenceException { get; set; } public string RecurrenceRule { get; set; } public DateTime Start { get; set; } public string StartTimezone { get; set;