How do i add related list?

How do i add related list?

I'm trying to develop an application using "zohocrm/php-sdk": "^2.0",

I received data from the event and contact modules.

$eventRecordFor = ZCRMRecord::getInstance("Etkinlikler", $eventRecord->getEntityId());

$contactRecordFor = ZCRMRecord::getInstance("Contact", $contactRecord->getEntityId());

How to add contact to event for related list?