@MB themes / @Hugo
I have changed the value in t-alerts to WEEKLY and looks like this is the correct way to do it.
Value gets set in folder oc-includes/osclass/model file Alerts.php on line 347 there is
public function createAlert($userid, $email, $alert, $secret, $type = 'DAILY')
Changed to:
public function createAlert($userid, $email, $alert, $secret, $type = 'WEEKLY')
Every time a new alarm is created it is now standard on WEEKLY base in db field e_type ...