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