Searched refs:existingEvents (Results 1 – 1 of 1) sorted by relevance
590 $existingEvents = $client->findEventByDokuWikiId($config['user_email'], $dwId); variable592 if (count($existingEvents) > 1) {593 $duplicatesFound += count($existingEvents) - 1;594 logMessage("Found " . count($existingEvents) . " copies of: {$dwEvent['title']}");689 $existingEvents = $client->findEventByDokuWikiId($config['user_email'], $dwId); variable691 if (count($existingEvents) >= 1) {693 $outlookId = $existingEvents[0]['id'];700 if (count($existingEvents) > 1) {702 logMessage(" Cleaned " . (count($existingEvents) - 1) . " duplicate(s)");