@Rene1695 This is currently working for me:
						{keyword: 'leave', symbol: 'beer', color: 'yellow'},
						{keyword: 'anniversary', symbol: 'beer', color: 'yellow'},
						{keyword: 'a/l', symbol: 'brands fa-twitch', color: 'aqua'}
						],
        calendars: [
          {
            symbol: 'brands fa-twitch',
            url: 'https://my calendar link.ics'
          },
Notice the ‘brands fa-twitch’ in the last keyword field, and in the symbols field under calendars. You don’t need them in both places, just whichever one you choose. They work for both options individually :)