Home
last modified time | relevance | path

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

/plugin/calendar/
Dsync_outlook.php656 $totalApiCalls = count($newEvents) + count($modifiedEvents) + count($deletedIds); variable
657 logMessage(" API calls: ~$totalApiCalls (vs " . count($dwEvents) . " full sync)");
659 if ($totalApiCalls === 0) {