• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/calendar/eventdata.php
  • Класс: Bitrix\Crm\Integration\Calendar\EventData
  • Вызов: EventData::setEventType
public function setEventType(?string $eventType)
{
	$this->eventType = $eventType;

	return $this;
}