Email appointment reminder

J

Josh Prowse

I want an automated way to send a reminder about an event coming up in
my Outlook Calendar to all of the event's attendees (usually, this will
be one attendee).

Say, 4 days before the event, I would like Outlook to dispatch an email
to all of the attendees with a customized subject and body based on the
Label of the event.

I take it that there is no way within Outlook to do this and that there
is no third party software that does this. There seem to be a lot of
programs that will email reminders of events to yourself (one static
email address), but in this case I want to email the reminder to a
different address every week based on who is set to attend the event.

I suppose I could write a macro do to this - do you think that is the
best way?

I would want the macro to check to see if there are any events coming
up with the appropriate labels and if there are, then dispatch an email
and then mark the event accordingly so that I could confirm that the
email has been dispatched. I just don't know how to essentially set up
a cron job so that the macro runs every day (while Outlook is open) and
automatically sends the emails.

Any thoughts that you have would be much appreciated.

Thanks.
 
L

Lee Sainsbury

Josh said:
I want an automated way to send a reminder about an event coming up in
my Outlook Calendar to all of the event's attendees (usually, this will
be one attendee).

Say, 4 days before the event, I would like Outlook to dispatch an email
to all of the attendees with a customized subject and body based on the
Label of the event.

I take it that there is no way within Outlook to do this and that there
is no third party software that does this. There seem to be a lot of
programs that will email reminders of events to yourself (one static
email address), but in this case I want to email the reminder to a
different address every week based on who is set to attend the event.

I suppose I could write a macro do to this - do you think that is the
best way?

I would want the macro to check to see if there are any events coming
up with the appropriate labels and if there are, then dispatch an email
and then mark the event accordingly so that I could confirm that the
email has been dispatched. I just don't know how to essentially set up
a cron job so that the macro runs every day (while Outlook is open) and
automatically sends the emails.

Any thoughts that you have would be much appreciated.

Thanks.


A group can have a mail / smtp address....
 
J

Josh Prowse

Can you be more specific please, because I'm about to spend time
building something to do this using, and if there's already a way to do
it using Outlook, then that'd be great to know!

How could I automatically send out an email a few days before a
calendar event based on what you're saying?
 

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