Home
last modified time | relevance | path

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

/plugin/calendar/
H A Dsync_outlook.php619 $existingEvents = $client->findEventByDokuWikiId($config['user_email'], $dwId); variable
621 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); variable
720 if (count($existingEvents) >= 1) {
722 $outlookId = $existingEvents[0]['id'];
729 if (count($existingEvents) > 1) {
731 logMessage(" Cleaned " . (count($existingEvents) - 1) . " duplicate(s)");