Hello guys!
Is there a way to delete events, based on ids stored in an array ?
I have => array: ["1" , "2" , "3" , "4" , "5"]
How to remove( delete ) the events using the way explained in the documentation like:
let event = dps.events.find(id);
dps.events.remove(event);
Thanks in advance