Is there any way for time reminder and repeat events?

Is there any api for time reminder and repeat events?
I don’t find some tips on the documents, I don’t know if there any api or other way

Thanks!

Hello Polo,
DHTMLX Gantt doesn’t have a built-in tool for repeating tasks. If you want to have that functionality in your application, you need to implement it manually.
There are some examples of the implementation that can help you to start implementing your solution:
https://snippet.dhtmlx.com/5/89ab09820
https://snippet.dhtmlx.com/h3158pfc
https://snippet.dhtmlx.com/5/d765c4b52
https://snippet.dhtmlx.com/5/5ec4f1875

However, there are recurring events in DHTMLX Scheduler:
https://docs.dhtmlx.com/scheduler/recurring_events.html

Here is a sample:
https://docs.dhtmlx.com/scheduler/samples/03_extensions/01_recurring_events.html