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
detects a click on the button to transfer the date to the current one
All
onEventUpdate
function
newEvent
detects a change in the event
All
onEventCreate
function
createdEvent
detects the creation of a new event
Scheduler, Timeline
onEventDelete
function
deletedEvent
detects event deletion
Scheduler, Timeline
cellsHeight
int
-
changes the height of the cells
Scheduler
fullTimeScale
boolean
-
if true, the timeline is shortened and events are displayed in the time range from 6 a.m. to 8p.m.
Timeline
Scheduler Data
Property Name
Type
Description
id
int
unique row id
title
string
title that will be displayed on event tile
start
Date
date for calculating start position for resource
end
Date
date for calculating end position for resource
allDay
boolean
determines whether the event lasts all day. It will be displayed in a separate line
resourceId
int
if resources are transferred to the component, this item determines whether the event belongs to the resource
Agenda Data
Property Name
Type
Description
id
int
unique row id
title
string
title that will be displayed on event tile
start
Date
date for calculating start position for resource
end
Date
date for calculating end position for resource
assignee
string
the owner of the task that will be displayed on event tile
priority
string
defines the priority of the task. low, medium or high
allDay
boolean
determines whether the event lasts all day
Timeline Data
Property Name
Type
Description
id
int
unique row id
title
string
title that will be displayed on event tile
start
Date
date for calculating start position for resource
end
Date
date for calculating end position for resource
allDay
boolean
determines whether the event lasts all day
assignee
string
the owner of the task
resourceId
int
if resources are transferred to the component, this item determines whether the event belongs to the resource
Resource Item
Property Name
Type
Description
id
int
unique row id
resource
string
title of resource
How to contribute
Reporting Issues: If you come across any bugs, glitches, or have any suggestions for improvements, please open an issue on our GitHub repository. Provide as much detail as possible, including steps to reproduce the issue.
Suggesting Enhancements: If you have ideas for new features or enhancements, we would love to hear them! You can open an issue on our GitHub repository and clearly describe your suggestion.
Submitting Pull Requests: If you have developed a fix or a new feature that you would like to contribute, you can submit a pull request. Here's a quick overview of the process:
Clone the repository and create your own branch: git checkout -b feat/your-branch-name.
Implement your changes.
Test your changes to ensure they work as expected.
Commit your changes and push to your forked repository.
Open a pull request against our main repository's main branch.