Hello everyone,
I would like to know if there is a way to clear all the events from the calendar using javascript.
Thank you
In the Lite version, there is no client-side API to do this. The only way is to look for event <div> elements using jQuery and delete them.