I'm not seeing anything in the apache logs that's showing the error. I also enabled display errors, but that had no effect on the message Joomla is showing:
"An error has occurred.
0 Path cannot be empty"
Apache Requests Logged when accessing JEvents Manage Events
172.17.0.1 - - [23/Dec/2021:19:30:17 +0000] "GET /administrator/index.php?option=com_jevents&view=cpanel HTTP/1.1" 500 29429 "http://localhost:8081/administrator/index.php?option=com_jevents&task=icalevent.list" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.57"
Apache Requests Logged when accessing JEvents Dashboard
172.17.0.1 - - [23/Dec/2021:19:31:01 +0000] "GET /administrator/index.php?option=com_jevents&task=icalevent.list HTTP/1.1" 500 29321 "http://localhost:8081/administrator/index.php?option=com_jevents&view=cpanel" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.57"
I additionally turned on debug mode in my apache settings, but it just output that it was granting access to the URLs requested. It seems like the ManageEvents is looking for icalevent.list, but I'm not seeing that method unless it's in a parent class.