4 Answers, 1 is accepted
Hello Martin,
We do not provide built-in support for the ICS files. That being said, the Data parameter we provide with the Scheduler can work with any type of data so you can cast your iCalendar appointments using a custom tool like https://gist.github.com/nozzlegear/0d42673f64e5c9a9862a to JSON, in this example, or a C# model and use it for the Scheduler.
Regards,
Svetoslav Dimitrov
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.

Thanks Svetoslav,
can you please add ICS support (import/export) in a later version (feature request).
Thanks
Martin
Hello Martin,
We have created a demo project to showcase how to create a custom ICS data converter. You can see it from here: https://github.com/telerik/blazor-ui/tree/master/scheduler/ICS-data-convertion.
Regards,
Svetoslav Dimitrov
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.

Thanks, will look into it.
Martin