Discussion:
[turba] lists, vcard 3.0 and turba
Pierluigi Ruffo
2018-10-04 13:29:44 UTC
Permalink
Hi,

I'm trying to use cardbook or sogo-connector on thunderbird to
sincronize addressbook with turba (on horde).
I realized I had to use vcard 3.0 which does not support lists.
To take advantage of the lists, however, I would use the
X-ADDRESSBOOKSERVER-MEMBER and X-ADDRESSBOOKSERVER-KIND fields.

Please, could you tell me a guide or an example to implement this
feature in turba? I searched a lot on the internet but I have not find a
guide

Thanks a lot.

  Pierluigi
--
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: turba-***@lists.horde.org
Jan Schneider
2018-10-04 15:05:43 UTC
Permalink
Post by Pierluigi Ruffo
Hi,
I'm trying to use cardbook or sogo-connector on thunderbird to
sincronize addressbook with turba (on horde).
I realized I had to use vcard 3.0 which does not support lists.
To take advantage of the lists, however, I would use the
X-ADDRESSBOOKSERVER-MEMBER and X-ADDRESSBOOKSERVER-KIND fields.
Please, could you tell me a guide or an example to implement this
feature in turba? I searched a lot on the internet but I have not
find a guide
Thanks a lot.
  Pierluigi
It's not as easy. The vCard deserialization happens in
Turba_Driver#toHash(), but that's not the place where contacts are
assigned to list.
What you want to achieve needs more refactoring.
--
Jan Schneider
The Horde Project
https://www.horde.org/
--
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail
Pierluigi Ruffo
2018-10-04 15:12:20 UTC
Permalink
Hello.

Thanks for the reply.
do you mean that I need to develop something? or that I need to add
fields to a database table and modify some php files?
Do you know any guide or example that could help me?

Thanks again.

  Pierluigi.
Post by Jan Schneider
Post by Pierluigi Ruffo
Hi,
I'm trying to use cardbook or sogo-connector on thunderbird to
sincronize addressbook with turba (on horde).
I realized I had to use vcard 3.0 which does not support lists.
To take advantage of the lists, however, I would use the
X-ADDRESSBOOKSERVER-MEMBER and X-ADDRESSBOOKSERVER-KIND fields.
Please, could you tell me a guide or an example to implement this
feature in turba? I searched a lot on the internet but I have not
find a guide
Thanks a lot.
  Pierluigi
It's not as easy. The vCard deserialization happens in
Turba_Driver#toHash(), but that's not the place where contacts are
assigned to list.
What you want to achieve needs more refactoring.
--
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
Jan Schneider
2018-10-04 18:46:36 UTC
Permalink
Post by Pierluigi Ruffo
Hello.
Thanks for the reply.
do you mean that I need to develop something? or that I need to add
fields to a database table and modify some php files?
Do you know any guide or example that could help me?
You would need to develop inside Turba's core code.
Post by Pierluigi Ruffo
Post by Jan Schneider
Post by Pierluigi Ruffo
Hi,
I'm trying to use cardbook or sogo-connector on thunderbird to
sincronize addressbook with turba (on horde).
I realized I had to use vcard 3.0 which does not support lists.
To take advantage of the lists, however, I would use the
X-ADDRESSBOOKSERVER-MEMBER and X-ADDRESSBOOKSERVER-KIND fields.
Please, could you tell me a guide or an example to implement this
feature in turba? I searched a lot on the internet but I have not
find a guide
Thanks a lot.
  Pierluigi
It's not as easy. The vCard deserialization happens in
Turba_Driver#toHash(), but that's not the place where contacts are
assigned to list.
What you want to achieve needs more refactoring.
--
Jan Schneider
The Horde Project
https://www.horde.org/
--
turba mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: turba-***@lists.h
Loading...