Generate Multiple Tasks or Appointments

Status
Not open for further replies.
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?

Barrie
 
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

Am Thu, 29 Oct 2009 15:10:01 -0700 schrieb 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?
 
Many Thanks Michael. I will start looking in this direction.

Barrie

"Michael Bauer " wrote:



> 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

> > >

> Am Thu, 29 Oct 2009 15:10:01 -0700 schrieb 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?

> .
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Using Word/OL 2010 to generate personalized email messages Using Outlook 1
P Write a tool to generate a PST file with the same structure as old Outlook VBA and Custom Forms 1
D Generate a Mail with fromated Text from a custom form Outlook VBA and Custom Forms 1
C Why does Outlook 2007 generate 3 events for 1 single "Add"? Outlook VBA and Custom Forms 6
chummy Open multiple Hyperlinks to download files Outlook VBA and Custom Forms 3
R Select Multiple Graphic Objects Using Outlook 0
Hornblower409 Automatically or Manually Backup Multiple Versions of VbaProject.OTM Outlook VBA and Custom Forms 1
B Modify VBA to create a RULE to block multiple messages Outlook VBA and Custom Forms 0
C Outlook 365 Multiple different Signatures on Shared Mailbox Using Outlook 0
R Advise on using multiple instances of network files based on customers Outlook VBA and Custom Forms 8
D multiple email accounts - why do I have to choose the "from" account address?? Using Outlook 2
J Outlook Rules VBA Run a Script - Multiple Rules Outlook VBA and Custom Forms 0
C How to search for items in Outbox with multiple accounts? Using Outlook 20
K How to share multiple calendar items Using Outlook 1
K Multiple copies of task being created Using Outlook 2
S Auto forward for multiple emails Outlook VBA and Custom Forms 0
K Multiple Rules on Single Email Using Outlook 2
Cathy Rhone gmail listed multiple times Using Outlook 3
H Synchronize contacts and calendars across multiple devices Using Outlook 0
V Outlook 2016 Multiple recurring tasks getting created Using Outlook 0
K can't get custom form to update multiple contacts using VBA Outlook VBA and Custom Forms 3
Globalforester ItemAdd Macro - multiple emails Outlook VBA and Custom Forms 3
J Multiple calendars Using Outlook 0
C Multiple emails Using Outlook 8
C Outlook with Office365 - search across account, by date rate, in multiple folders - how? Using Outlook 2
E Asking user to select multiple options in a list in an email Outlook VBA and Custom Forms 0
A Multiple signatures Using Outlook 2
O Outlook tasks - Add text column with multiple lines Using Outlook 3
R How to get the Items object of the default mailbox of a specific account in a multiple account Outlook? Outlook VBA and Custom Forms 0
I Saving attachments from multiple emails and updating file name Outlook VBA and Custom Forms 0
L Multiple Inboxes Using Outlook 3
RBLampert Accessing Outlook accounts from multiple computers Using Outlook 8
Martull Forced signature when multiple accounts exist Outlook VBA and Custom Forms 4
T Outlook 2010 Correct way to map multiple contact fields Using Outlook 4
Y Open and Save Hyperlink Files in multiple emails Outlook VBA and Custom Forms 9
O Multiple email accounts - hesitate to create a new profile Using Outlook 3
papa.deblanc Multiple Instances Using Outlook 6
V Multiple Calendars in Outlook To-Do Bar; Office 365 Using Outlook 3
A Add multiple servers "on behalf of" email to "safe senders" list. Using Outlook 1
M possible to search Outlook for multiple email addresses at once? Using Outlook 1
C Macro to add multiple recipients to message Outlook VBA and Custom Forms 3
D [TOOL] QuickModules to sort emails very quickly to multiple folders Outlook VBA and Custom Forms 1
A Multiple Outlook Invites Received by One Person Using Outlook 4
N Selecting multiple calendar items Using Outlook 4
F Sharepoint tasks from multiple accounts in To-Do List Using Outlook 8
N Multiple instances of Outlook on Start Menu Using Outlook 2
D Edit Subject (Multiple Accounts) Outlook VBA and Custom Forms 5
B VBA Macro for assigning multiple Categories to an email in my Inbox Outlook VBA and Custom Forms 1
L Need to import multiple Outlook files to Office 365 Account Using Outlook 4
B Deleting multiple accounts Using Outlook 1

Similar threads

Back
Top