• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/google/helper.php
  • Класс: BitrixCalendarSyncGoogleHelper
  • Вызов: Helper::isGoogleConnection
public function isGoogleConnection($accountType): bool
{
	return in_array($accountType, [self::GOOGLE_ACCOUNT_TYPE_CALDAV, self::GOOGLE_ACCOUNT_TYPE_API], true);
}