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

	return $this;
}