recurring events and addMarkedTimespan

Hi,

in timeline view, some days are blocked (with addMarkedTimespan).
when I add a recurring event, i.g. every days from 01/09 to 30/09, events are created even on the blocked days.

Is this an expected behavior or am I missing something ?

This is expected behavior
It possible to run custom code after event creation which will

  • take all instances of newly created event
  • check them, one by one, for valid time settings
  • run some custom action for invalid instances ( delete invalid instances for example )