Generate Multiple Tasks or Appointments

B

Barrie

I need to be able to generate a series of Tasks or Appointments at
predetermined intervals. For Example: If a Task or Appointment is created for
a delivery on June 1st 2010 I want to have 4 Tasks created automatically on
dates at set intervals preceding this so that the relevant operations are
carried out before the due date. The gaps between these tasks always would be
the same, i.e. 21 days, 49 days, 90 days and 120 days. Is this possible?
 
M

Michael Bauer [MVP - Outlook]

I think you can use the ItemAdd event of the task folder for that. You just
need to identify the first task, maybe by its subject, or categories. If you
detect such a task, call the CreateItem function, and create your other
tasks.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool
: VBOffice Reporter for Data Analysis & Reporting
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Thu, 29 Oct 2009 15:10:01 -0700 schrieb Barrie:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top