• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/office365/helper.php
  • Класс: Bitrix\Calendar\Sync\Office365\Helper
  • Вызов: Helper::isVendorConnection
public function isVendorConnection(string $accountType): bool
{
	return $accountType === self::ACCOUNT_TYPE;
}