You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: How to show ICS data in the scheduler
4
+
type: how-to
5
+
page_title: ICS data in Scheduler
6
+
slug: scheduler-kb-ics-data
7
+
position:
8
+
tags:
9
+
ticketid: 1469072
10
+
res_type: kb
11
+
---
12
+
13
+
## Environment
14
+
<table>
15
+
<tbody>
16
+
<tr>
17
+
<td>Product</td>
18
+
<td>Scheduler for Blazor</td>
19
+
</tr>
20
+
</tbody>
21
+
</table>
22
+
23
+
24
+
## Description
25
+
26
+
Is there a way to use the scheduler with ics data?
27
+
28
+
## Solution
29
+
30
+
You can write up a simple converter that parses the string that is the ICS format to the [models for the Scheduler]({%slug scheduler-appointments-databinding%}) that the Blazor app uses already. You can find an example at [https://github.com/telerik/blazor-ui/tree/master/scheduler/ICS-data-convertion](https://github.com/telerik/blazor-ui/tree/master/scheduler/ICS-data-convertion)
31
+
32
+
## Notes
33
+
34
+
You can easily integrate the Scheduler component with other appointment management applications such as Google or Apple calendar by utilizing a third-party library that provides the conversion between their data models and services and the models for the scheduler in your blazor app. The Telerik Scheduler provides you with [CRUD events]({%slug scheduler-appointments-edit%}) that give you the user actions so you can call upon such services with any desired code and full flexibility.
0 commit comments