if (ev.beginAt.hour() >= 22) {
        ev.beginAt.add(1, 'day').startOf('day');
      }