Home
last modified time | relevance | path

Searched refs:totalApiCalls (Results 1 – 1 of 1) sorted by relevance

/plugin/calendar/
H A Dsync_outlook.php685 $totalApiCalls = count($newEvents) + count($modifiedEvents) + count($deletedIds); variable
686 logMessage(" API calls: ~$totalApiCalls (vs " . count($dwEvents) . " full sync)");
688 if ($totalApiCalls === 0) {