---
title: SchedulerDataSource
page_title: SchedulerDataSource Overview - Components - Kendo UI for Vue
description: "Use the Kendo UI SchedulerDataSource wrapper component in Vue projects."
slug: overview_schedulerdatasource
position: 6
---

<div><WrapperBanner></WrapperBanner></div>

# SchedulerDataSource Overview

The SchedulerDataSource extends the [DataSource component]({% slug overview_datasource %}).

It contains instances of the custom [`kendo.data.SchedulerEvent`](https://docs.telerik.com/kendo-ui/api/javascript/data/schedulerevent) model, which represents the event data items of the Scheduler.

The following example demonstrates how to bind the Scheduler to the SchedulerDataSource.

{% meta height:670 %}
{% embed_file scheduler-datasource/main.vue preview %}
{% embed_file scheduler-datasource/main.js %}
{% endmeta %}


## Suggested Links

* [Kendo UI Data Source for jQuery](https://docs.telerik.com/kendo-ui/framework/datasource/overview)
* [API Reference of the Data Source Component](https://docs.telerik.com/kendo-ui/api/javascript/data/datasource)
* [API Reference of the SchedulerDataSource Component](https://docs.telerik.com/kendo-ui/api/javascript/data/schedulerdatasource)
