• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/helper.php
  • Класс: BitrixCalendarSharingHelper
  • Вызов: Helper::getPageAbuseLink
static function getPageAbuseLink(int $ownerId, string $calendarLink): ?string
{
	return self::getAbuseLink($ownerId, $calendarLink, self::ABUSE_SENDER_PAGE);
}