Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dsync_outlook.php656 $modifiedEvents = []; // In both but hash changed variable
667 $modifiedEvents[$dwId] = $dwEvent;
682 logMessage(" Modified: " . count($modifiedEvents));
685 $totalApiCalls = count($newEvents) + count($modifiedEvents) + count($deletedIds);
757 foreach ($modifiedEvents as $dwId => $dwEvent) {