I would like to change the way each Calendar Item renders in this Full Calendar. Is there a way to accomplish this? I already used renderCellContents to update the overall Calendar Date cell. But the individual item has been a challenge.
I'm using Next.js with TypeScript and MUI v4

Well Full Calendar provides custom CSS classes for changing the style and other design requirements.
Then you can use
eventContentto handle how the UI of the events you have added would look.