• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/mail.php
  • Класс: BitrixCalendarSharingNotificationMail
  • Вызов: Mail::getAbuseLink
protected function getAbuseLink(): ?string
{
	$ownerId = $this->eventLink->getOwnerId();
	$calendarLink = $this->getCalendarLink() ?? $this->eventLink->getUrl();

	return SharingHelper::getEmailAbuseLink($ownerId, $calendarLink);
}