Agent to sync address books

Because the web interface (and iNotes) use another address bookthan the notes client, both address books need to be synchronized regularly.

This can be done with the Actions | Sync Address Book in the client.

But isn’t it possible to automate this (with an agent or something)

so that both address books are in sync all the time ?

Guy

Subject: agent to sync address books

Yes, you can do it.

Just open the inotes60.ntf template and use the code of the agent ‘Sync Address Book’ (I’m not sure if this is the agent name in english, because I have it in spanish) and its Script library defined in ‘(Options)’ section of the agent.

Let me know if you could.

Subject: agent to sync address books

I have it working now by using the agent and script - just as you suggested.

Made a copy of the original agent and just changed the type.

Instead of menu, I made it act on a schedule (every x minutes).

It would of course be better to only invoke the agent when something is added/changed and not every x minutes.

But I haven’t that working yet (problem is that the change event occurs in names.nsf and not in mail.nsf - the place where the agent is)

Thanx for your help !

Guy