• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/section/section.php
  • Класс: BitrixCalendarCoreSectionSection
  • Вызов: Section::setCalDavConnectionId
public function setCalDavConnectionId(?int $calDavConnectionId): Section
{
	$this->calDavConnectionId = $calDavConnectionId;

	return $this;
}