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

	return $this;
}