Hey there! You nearly made it
If you open the josc_com_eventlist.php file you will see this:
/*
* include the following instructions in com_eventlist/views/details/tmpl/default.php :
<!-- START joomlacomment INSERT -->
<div class="details" style="">
<?php
global $option;
require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_eventlist.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
so you have to include this:
<!-- START joomlacomment INSERT -->
<div class="details" style="">
<?php
global $option;
require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_eventlist.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
in com_eventlist/views/details/tmpl/default.php and it should work