• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapibatch.php
  • Класс: BitrixCalendarSyncGoogleApiBatch
  • Вызов: GoogleApiBatch::calculateExDate
private function calculateExDate(int $eventId, string $exDates): string
{
	return implode(';', array_diff(
		explode(';', $exDates), $this->getExDatesByInstances($eventId)
	));
}