Hi,I have developed a Calendar application for web using Notes5 similar to the one in-built in R5 and now the requirement is that i need to sync all the events in my Calendar with the in-built Notes Calendar and vice-versa…
Im using R6 now…
Is there a Stratight forward method or do i need to save & update all the events in both databases?? Plz guide me in this regard…
Thanx in advance
Hewitt
Subject: Syncing Notes Calendar entries with Personal Calendar
Create an agent to copy all your events from 1 db to the other. If you used the same fieldnames, it’s pretty easy. If you haven’t, you’ll need to map them to the fieldnames used in the calendar.
Schedule the agent to run on the server, every 5-15 minutes. You can use 1 central agent, that processes all mailfiles, but you’ll need to be sure the agent can process all entries within the time limit (default 10 minutes). You can also use an agent per mailfile, that can run ‘on new/modified documents’, but that may cause a big load on the agent manager.
cheers,
Tom