Schedule Agent

How do you schedule an agent for every other week?That option is not available.

Does this have to be done in Lotus Script?

If so, can someone post an example? I am still learning lotus script.

Thanks!

Subject: Cheat

You can only schedule an agent with the choices available to you and ‘every other week’ isn’t available.

Run the agent weekly and include code at the beginning to figure out if it’s a ‘run’ or ‘skip’ week. You could figure out the week number and only run on even or odd week numbers or you could use a profile doc field to keep track of ‘what to do this week’. On week one, the value is null so you run the agent and set the profile field to ‘skip’. Next week, the agent sees ‘Skip’, sets the profile to ‘run’ then aborts. The next week…well you get it…