• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/ical/mailinvitation/senderrequestinvitation.php
  • Класс: BitrixCalendarICalMailInvitationSenderRequestInvitation
  • Вызов: SenderRequestInvitation::executeAfterSuccessfulInvitation
public function executeAfterSuccessfulInvitation(): bool
{
	$result = EventTable::update(
		$this->getEventId(),
		[
			'DAV_XML_ID' => $this->getUId(),
//				'MEETING_STATUS' => 'Q',
		]
	);

	return ($result instanceof UpdateResult) && $result->isSuccess();
}