if (ev.endAt.hour() <= 2) {
        ev.endAt.subtract(1, 'day').endOf('day');
      }