• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/apiservice.php
  • Класс: BitrixCalendarSyncOffice365ApiService
  • Вызов: ApiService::getNotificationUrl
private function getNotificationUrl(): string
{
	return str_replace('http:', 'https:', CCalendar::GetServerPath())
		. $this->helper::PUSH_PATH;
}