In a loop of mine is this line:
res.Schedule.DeleteEvent(event);
This works fine, but not for too many events.
Before deleting I have the events listed, in the previous case, 238 of them.
When I click at delete, then "list" again, they become drastically less each click.
But only 3 or 4 clicks on "delete" removes them completely.
My question:
Does the delete event work in blocks?
And is there a way to make them "delete them all"?