• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/event/properties/meetingdescription.php
  • Класс: BitrixCalendarCoreEventPropertiesMeetingDescription
  • Вызов: MeetingDescription::setIsNotify
public function setIsNotify(bool $isNotify): MeetingDescription
{
	$this->isNotify = $isNotify;

	return $this;
}