• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/service.php
  • Класс: BitrixCalendarSharingNotificationService
  • Вызов: Service::setEventLink
public function setEventLink(EventLink $eventLink): self
{
	$this->eventLink = $eventLink;

	return $this;
}