• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisection.php
  • Класс: BitrixCalendarSyncGoogleApiSection
  • Вызов: GoogleApiSection::createSection
public function createSection(array $section): ?array
{
	$googleApiSync = new GoogleApiSync($section['OWNER_ID']);
	return $googleApiSync->createCalendar($section);
}