Working on a project using .NET MVC and the Kendo UI Scheduler, an open-source tool. The goal is to save, read, update, and delete events from the scheduler into the database using JavaScript.
Encountering some challenges in the process - when attempting to save an event to the database, this error occurs: "Failed to load resource: the server responded with a status of 500 (Internal Server Error) : System.Data.SqlServerCe.SqlCeException: An overflow occurred while converting to datetime."
Similarly, when trying to read from the database back into the scheduler, another error arises: "Uncaught TypeError: Cannot call method 'getTimezoneOffset' of null."
Despite searching online for solutions and thoroughly going through the Telerik Kendo UI Scheduler documentation, I am yet to find a resolution. Below is a snippet of the code being used:
MODEL
...
CONTROLLER
...
VIEW
...
If anyone has any insights on how to tackle these errors or has a working example to share, it would be greatly appreciated!
Database: