• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/notificationservice.php
  • Класс: BitrixCalendarSharingNotificationNotificationService
  • Вызов: NotificationService::getShortCalendarLink
protected function getShortCalendarLink(): ?string
{
	$calendarLink = $this->getCalendarLink();
	if (!is_null($calendarLink))
	{
		return SharingHelper::getShortUrl($this->getCalendarLink());
	}

	return null;
}