Our pure JavaScript Scheduler component


Post by filipirafael »

Hello everyone how are you?

I have a question about dependencies. We are using a SQL database to save dependencies, so I need a listener to change, add or delete dependencies for each event manually per user. So I tried adding a listener in the DOM for each event or other solutions in the documentation. But I don't find anything.

I probably don't understand all the dependency listeners in the documentation API. But I just need a listener to know when to change, add or delete dependency and run my function, taking data from dependency_from and dependency_to as parameters.

Do you have any suggestion?


Post by alex.l »

All the best,
Alex


Post by filipirafael »

Hi Alex, great!

Thank you so much!


Post Reply