• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/event.php
  • Класс: BitrixCalendarCoreEventEvent
  • Вызов: Event::setCalendarType
public function setCalendarType(?string $calendarType): self
{
	$this->calType = $calendarType;
	return $this;
}