Adds a weight if two specified events are scheduled on the same day.
Configuration file must define the following resource types in order to use this module:
Set this restriction to prevent the current event from being scheduled in the same day as the one specified in the restriction.
Example:
<event name="A" repeats="3"> ... <restriction type="not-same-day-as">B</restriction> </event> <event name="B" repeats="4"> ... </event>
In this example no "A" event will be scheduled on the same day as a "B" event
This module belongs to the following groups:
Antonio Duran, antonio.duran.terres@gmail.com
Modified by Tomaz Solc