Home
last modified time | relevance | path

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

/plugin/calendar/
Dsync_outlook.php590 $existingEvents = $client->findEventByDokuWikiId($config['user_email'], $dwId); variable
592 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); variable
691 if (count($existingEvents) >= 1) {
693 $outlookId = $existingEvents[0]['id'];
700 if (count($existingEvents) > 1) {
702 logMessage(" Cleaned " . (count($existingEvents) - 1) . " duplicate(s)");