From: Marc B. <li...@ba...> - 2006-02-16 22:56:04
|
Is there a way to sync only the appointments between KDE and IRMC and neglect the contacts? I have only seen an option to neglect the appointments. Best regards Marc |
From: Guillaume P. <gpo...@gm...> - 2006-02-17 00:37:02
|
It would indeed be great to be able to select what is going to be synchronized. In particular it would be great if we could disable syncing knotes... g On 2/16/06, Marc Barisch <li...@ba...> wrote: > Is there a way to sync only the appointments between KDE and IRMC and neg= lect > the contacts? > I have only seen an option to neglect the appointments. > > Best regards > Marc > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log fi= les > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D103432&bid=3D230486&dat= =3D121642 > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Daniel G. <dg...@su...> - 2006-02-17 08:54:57
|
Hi, On Thu, 2006-02-16 at 21:36 -0300, Guillaume Pothier wrote: > It would indeed be great to be able to select what is going to be > synchronized. In particular it would be great if we could disable > syncing knotes... yesterday we disscused in the irc how to "filter" plugins which should not be synced. I use it for developing on plugins which doesn't support any object types to get a "clean" sync. For example if you only want to sync calendar notes with this patched msynctool: msynctool --sync cellphone-kdepim --filter-obj notes --filter-obj contact --filter-obj todo or everything but not the notes from kdepim: msynctool --sync cellphone-kdepim --filter-obj notes btw: the patch is for the current SVN revision (150). Let me know if this patch works for you! :) best regards, Daniel |
From: Daniel G. <dg...@su...> - 2006-02-17 08:58:26
Attachments:
multisync_filtering-objtypes.patch
|
And here is the patch :P On Fri, 2006-02-17 at 09:57 +0100, Daniel Gollub wrote: > Hi, > > On Thu, 2006-02-16 at 21:36 -0300, Guillaume Pothier wrote: > > It would indeed be great to be able to select what is going to be > > synchronized. In particular it would be great if we could disable > > syncing knotes... > > yesterday we disscused in the irc how to "filter" plugins which should > not be synced. I use it for developing on plugins which doesn't support > any object types to get a "clean" sync. > > For example if you only want to sync calendar notes with this patched > msynctool: > > msynctool --sync cellphone-kdepim --filter-obj notes --filter-obj > contact --filter-obj todo > > or everything but not the notes from kdepim: > > msynctool --sync cellphone-kdepim --filter-obj notes > > btw: the patch is for the current SVN revision (150). > > Let me know if this patch works for you! :) > > best regards, > Daniel |
From: Eduardo P. H. <eha...@ma...> - 2006-02-17 13:36:26
|
On Fri, Feb 17, 2006 at 10:01:22AM +0100, Daniel Gollub wrote: > And here is the patch :P Thanks, Daniel. I've applied your patch. I've renamed the --filter-obj option to --filter-objtype, to be more clear. --=20 Eduardo |
From: Guillaume P. <gpo...@gm...> - 2006-02-18 00:08:10
|
Sounds nice! Eventually we will need to provide access to these options from the kitchensync GUI. Maybe instead of (or in addition to) specifying these options on the command line, they could be part of the group's config. is there such a thing as group-wide configuration right now? I did not see it anywhere. g On 2/17/06, Daniel Gollub <dg...@su...> wrote: > Hi, > > On Thu, 2006-02-16 at 21:36 -0300, Guillaume Pothier wrote: > > It would indeed be great to be able to select what is going to be > > synchronized. In particular it would be great if we could disable > > syncing knotes... > > yesterday we disscused in the irc how to "filter" plugins which should > not be synced. I use it for developing on plugins which doesn't support > any object types to get a "clean" sync. > > For example if you only want to sync calendar notes with this patched > msynctool: > > msynctool --sync cellphone-kdepim --filter-obj notes --filter-obj > contact --filter-obj todo > > or everything but not the notes from kdepim: > > msynctool --sync cellphone-kdepim --filter-obj notes > > btw: the patch is for the current SVN revision (150). > > Let me know if this patch works for you! :) > > best regards, > Daniel > > |