• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/connection/eventconnection.php
  • Класс: BitrixCalendarSyncConnectionEventConnection
  • Вызов: EventConnection::setVendorEventId
public function setVendorEventId(string $vendorEventId): self
{
	$this->vendorEventId = $vendorEventId;

	return $this;
}