.net core Fullcalendar get data by giving month
问题 We are using fullcalendar with .net core- ef core. We are getting all the event data by passing it to fullcalendar.That means a lot of event.Then It creates event calendar with theese data default by this month. What I want is make it lazy. When getting data, it would returns only events giving month. in c# public JsonResult GetEvents(E_Model model){ var list = _Service.GetEvents().ToList(); } in js ajax calling file function GetEvents() { var events = []; $.ajax({ type: "POST", url: "