• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/mail.php
  • Класс: BitrixCalendarSharingNotificationMail
  • Вызов: Mail::doSendMeetingCancelled
protected function doSendMeetingCancelled(): bool
{
	$ownerStatus = $this->getOwner()['STATUS'];
	return $ownerStatus === 'N';
}