Hello,
Thanks for pointing this out.
Please open:
/home/sacrealt/public_html/components/com_jevents/libraries/iCalEvent.php
change line 468 from:
$start = iCalImport::unixTime($this->recurrence_id, $tz);
to:
$icalImport = new iCalImport();
$start = $icalImport->unixTime($this->recurrence_id, $tz);
Many thanks
Tony