I'd like to represent, update and delete WinForms Scheduler events in a Kendo MVC Web application and visa versa. Some kind of data converter would be appreciated.
Hello, Daniel, Telerik UI for WinForms suite has its own implementation for RadScheduler compared to the Kendo UI Scheduler. To be honest, I don't think that it should be a feature request for the WinForms RadScheduler. RadScheduler allows you to import/export appointments from the industry-standard ICalendar format: https://docs.telerik.com/devtools/winforms/scheduler/importing-and-exporting-appointments/import-from-icalendar https://docs.telerik.com/devtools/winforms/scheduler/importing-and-exporting-appointments/export-to-icalendar Thus, you can synchronize RadScheduler with Outlook for example or any other control that supports ICal. Maybe it would be more appropriate to have ICal support for the Kendo Scheduler.