Skip to content

Commit 750dd2a

Browse files
kb(scheduler): ics and third party data integration
1 parent b92b26e commit 750dd2a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

knowledge-base/scheduler-ics-data.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Use ICS data in scheduler
3+
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

Comments
 (0)