|
From: deloptes <del...@ya...> - 2010-09-19 09:57:05
|
Daniel Gollub wrote: > <Resource> > <Enabled>1</Enabled> > <Formats> > <Format> > <Name>vcard30</Name> > <Config>VCARD_EXTENSION=akonadi</Config> > </Format> > <Format> > <Name>vcard21</Name> > <Config>VCARD_EXTENSION=akonadi</Config> > </Formats> > <Name>Daniels LDAP Addressbook</Name> > <Preferred>vcard30</Preferred> > <ObjType>contact</ObjType> > <Url>akonadi:?collection=2</Url> > </Resource> > <Resource> > <Enabled>0</Enabled> > <Formats> > <Format> > <Name>vcard21</Name> > <Config>VCARD_EXTENSION=akonadi</Config> > </Formats> > <Name>Daniels File Addressbook</Name> > <ObjType>contact</ObjType> > <Path>/home/dgollub/vcard.txt</Path> > </Resource> > <Resource> > <Enabled>0</Enabled> > <Formats> > <Format> > <Name>vcard30</Name> > <Config>VCARD_EXTENSION=akonadi</Config> > </Formats> > <Name>Daniels Webdav Addressbook</Name> > <ObjType>contact</ObjType> > <Url>webdavs://foo/bar/lala.vcard</Url> > </Resource> I think I did try this but the engine complains that there is resource configured for this objtype (probably because Enabled=1 was set for all). If I understand you right you mean in the next step the user will configure this sync member to use only one of the resources by leaving the others with <Enabled>0</Enabled>. So 0 should be set by the plugin in discover? regards |