• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/outcomingeventmanager.php
  • Класс: BitrixCalendarICalOutcomingEventManager
  • Вызов: OutcomingEventManager::replyInvitation
public function replyInvitation(): OutcomingEventManager
{
	$this->answer = $this->attendees[$this->eventFields['OWNER_ID']]['STATUS'];
	$filesContent = $this->getReplyContent();
	$mailEventFields = $this->getReplyMailEventFields();
	$files = $this->getFiles();
	$this->status = CEvent::sendImmediate('SEND_ICAL_INVENT', SITE_ID, $mailEventFields, "Y", "", $files, '', $filesContent);

	return $this;
}