Searched refs:existingEvents (Results 1 – 1 of 1) sorted by relevance
619 $existingEvents = $client->findEventByDokuWikiId($config['user_email'], $dwId); variable621 if (count($existingEvents) > 1) {622 $duplicatesFound += count($existingEvents) - 1;623 logMessage("Found " . count($existingEvents) . " copies of: {$dwEvent['title']}");718 $existingEvents = $client->findEventByDokuWikiId($config['user_email'], $dwId); variable720 if (count($existingEvents) >= 1) {722 $outlookId = $existingEvents[0]['id'];729 if (count($existingEvents) > 1) {731 logMessage(" Cleaned " . (count($existingEvents) - 1) . " duplicate(s)");