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

	return $this;
}