-
Notifications
You must be signed in to change notification settings - Fork 33
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
how to sync bbdb url field? #103
Comments
Yes; this is a bug. Can you try out this branch to see if this fixes your issue: https://github.com/skarra/ASynK/tree/issue/103 |
It's not longer creating The logs say
– should I have something about urls on the carddav side of the config too? |
I see... I just remembered I did not complete support for all the fields on the carddav side, including website urls. I have created a new issue to track that here: #104 I am busy with other things, and may not be able to get to #104 for at least 6-8 weeks. You might need a workaround in the mean time... I suggest you remove the customisation in your config.py so that the url fields in your BBDB are saved verbatim to a notes field in your ownCloud; at least you can view it there as a blob. If you do not do that there is a risk of losing this information. |
I've always put home pages in the url field of BBDB (newline-separated). I tried doing
config['db_config']['bb']['notes_map']['web_home_re'] = 'url'
but then ASynK somehow changes all the
url
fields into sayingWeb-00-Home
. What's the standard way of doing this?The text was updated successfully, but these errors were encountered: