• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sharing/notification/notificationservice.php
  • Класс: BitrixCalendarSharingNotificationNotificationService
  • Вызов: NotificationService::includeNotificationsModule
static function includeNotificationsModule(): bool
{
	if (CCalendar::IsBitrix24() && in_array(CBitrix24::getPortalZone(), self::ALLOWED_COUNTRY_CODES))
	{
		return false;
	}

	if (!Loader::includeModule('notifications'))
	{
		return false;
	}

	return NotificationsAccount::isServiceAvailable() && NotificationsAccount::isConnected();
}