• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/sync/googleapisync.php
  • Класс: BitrixCalendarSyncGoogleApiSync
  • Вызов: GoogleApiSync::deleteEvent
public function deleteEvent($eventId, $calendarId)
{
	return $this->syncTransport->deleteEvent($eventId, urlencode($calendarId));
}