How to add menu button to calendar events??
As I found out, it can be done very easily. The calendar has a corresponding prop for displaying each event.:
<Calendar components={{ event: (event) => <EventComponent {...event} /> }} />