-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import of Outlook VCARD failing #389
Comments
@irgendwie. It looks like the issue we were talking about? |
@skjnldsv "VERSION:2.1" - we don't allow a version lower than 3, right? |
I would recommend to add a VCard version check to the import function if at least v3 is required. If the requirement is not met an error could be shown @escoand You can try to convert your file using an external tool like e.g. http://vcardgrid.lima-city.de/ |
@j-ed we have. |
@escoand you can also try this small python script I created, when I faced the same problem :) https://github.com/NWiBGRsK/vcard |
@NWiBGRsK thanks for the script, I've found an issue NWiBGRsK/vcard#1 |
Issue was fixed and script is working very well |
Steps to reproduce
Expected behaviour
Import as expected
Actual behaviour
General server configuration
Operating system: Linux raspberrypi 4.9.43-v7+ #1026 SMP Wed Aug 16 22:35:51 BST 2017 armv7l
Web server: Apache/2.4.25 (Raspbian) (fpm-fcgi)
Database: mysql 10.1.23
PHP version: 7.0.19-1
PHP-modules loaded
Nextcloud configuration
Nextcloud version: 12.0.3 - 12.0.3.3
Updated from an older Nextcloud/ownCloud or fresh install: update
Where did you install Nextcloud from: NextcloudPi
Are you using external storage, if yes which one: Array
(
[0] => \OC\Files\Storage\Local
[1] => \OCA\Files_External\Lib\Storage\FTP
[2] => \OC\Files\Storage\DAV
[3] => \OCA\Files_External\Lib\Storage\OwnCloud
[4] => \OCA\Files_External\Lib\Storage\SFTP
[5] => \OCA\Files_External\Lib\Storage\AmazonS3
[6] => \OCA\Files_External\Lib\Storage\Dropbox
[7] => \OCA\Files_External\Lib\Storage\Google
[8] => \OCA\Files_External\Lib\Storage\Swift
[9] => \OCA\Files_External\Lib\Storage\SFTP
[10] => \OCA\Files_External\Lib\Storage\SMB
[11] => \OCA\Files_External\Lib\Storage\SMB
)
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Signing status
Enabled apps
Disabled apps
Content of config/config.php
Client configuration
Browser: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Operating system: Ubuntu 17.10
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: