Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-184063-REACT-SCHEDULE #450

Open
wants to merge 4 commits into
base: hotfix/hotfix-v26.1.35
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Set different event time duration in React Schedule component | Syncfusion
description: Learn here all about Set different event time duration in Syncfusion React Schedule component of Syncfusion Essential JS 2 and more.
title: Set Time duration | React Schedule Component | Syncfusion
EsterAtieno marked this conversation as resolved.
Show resolved Hide resolved
description: Learn here all about how to set different event time duration in React Schedule component of Syncfusion Essential JS 2 and more.
control: Set different event time duration
platform: ej2-react
documentation: ug
Expand All @@ -10,7 +10,7 @@ domainurl: ##DomainURL##

# Set different event time duration in React Schedule component

In event window, start/end time duration will be processed based on the `interval` value within the `timeScale` property. By default, `interval` value is 30, therefore in event window start/end time duration will be in 30 mins duration. You can set custom interval range to the start/end time in event window using `popupOpen` event as shown below.
In event window, start/end time duration will be processed based on the `interval` value within the `timeScale` property. By default, `interval` value is 30, therefore in event window start/end time duration will be in 30 minutes duration. You can set custom interval range to the start/end time in event window using `popupOpen` event as shown below.

{% tabs %}
{% highlight js tabtitle="index.jsx" %}
Expand Down