getEventStyles(days, daysFromToday, color) {
    return {
      backgroundColor: color,
      height: '100%',
      width: (days / this.getNumberOfDays() * 100) + '%',