The events.list property is an array that holds event calendar data.
The structure of the array items must follow the DayPilot.Event.data structure.
The events will be displayed after calling init() or update().
null
dp.events.list = [
{
start:"2025-12-18T14:00:00",
end:"2025-12-18T16:00:00",
id: 1,
text: "Meeting",
resource: "A"
}
];
Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.