From 4bbbffb1a2f194f85ae2629436dd9ac17b3c819f Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 20 Dec 2023 21:49:43 +0100 Subject: Add support for .vcf vCard files --- data/bdrem.config.php.dist | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/bdrem.config.php.dist') diff --git a/data/bdrem.config.php.dist b/data/bdrem.config.php.dist index 3689d1b..1e877e8 100644 --- a/data/bdrem.config.php.dist +++ b/data/bdrem.config.php.dist @@ -53,6 +53,14 @@ $source = array( ) ); +//Source: Directory of .vcf vCard files (2 subfolder levels supported) +$source = [ + 'vCard', + [ + 'folder' => '/home/cweiske/dev/contacts-backup/contacts' + ] +]; + $daysPrev = 3; $daysNext = 14; -- cgit v1.2.3