Removing exceptions in calendars
It's quite easy to add exceptions in OPC. For example in the nordic countries there is a generic vacation period during July.
So when addind this exception you place a start & finish date for the exception which generates an exception for every day in that span.
But when it comes to removing exception you have to do this day by day.. which makes it very time consuming.
Is there another way to solve this?