Home
last modified time | relevance | path

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

/plugin/calendar/
Dsync_outlook.php627 $modifiedEvents = []; // In both but hash changed variable
638 $modifiedEvents[$dwId] = $dwEvent;
653 logMessage(" Modified: " . count($modifiedEvents));
656 $totalApiCalls = count($newEvents) + count($modifiedEvents) + count($deletedIds);
728 foreach ($modifiedEvents as $dwId => $dwEvent) {