• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/entities/syncevent.php
  • Класс: BitrixCalendarSyncEntitiesSyncEvent
  • Вызов: SyncEvent::getVendorRecurrenceId
public function getVendorRecurrenceId(): ?string
{
	if (!$this->eventConnection)
	{
		return null;
	}

	return $this->eventConnection->getRecurrenceId();
}