-
Notifications
You must be signed in to change notification settings - Fork 34
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
Support for Google's CardDAV #62
Comments
I was wondering if this is currently possible. I tried to do it with the following settings:
But when I tried pycardsyncer, all it returned was:
|
Google doesn't work yet, because it uses OAauth2 for authenticating. The error you are seeing has nothing to do with that. It looks like the ssl library cannot load an ssl cert. What did you set 'verify' in pycard.conf to? |
I left it commented out. |
while it doesn't really matter as long as oauth2 isn't support, there probably is still a bug either in pycarddav or in requests. Could you therefore tell me what OS you are on and which version of python and requests you are using? If so, just execute these lines: import platform print platform.platform() and please run pycardsyncer again with the --debug option and paste the output here as well. Thanks! |
I'm on Ubuntu Linux 12.04. The output of those commands is:
And
|
closed as won't fix, see issue #92 |
https://developers.google.com/google-apps/carddav/
The text was updated successfully, but these errors were encountered: