How do I add a calendar Button or link

T

Tom

Hey All,

How do I create a button or link in an email (Outlook 2007) and when the
recipient (external) of that email clicks the button it would update their
calendar with the detailed information about the meeting (date & time along
with some basic detail in the notes field).

I'm holding a seminar and I want to email a notice to my customers telling
them about the event.

At the bottom of that email I want a button that they could push (i.e. YES,
I want to ATTEND) that would update their calendar with the event details AND
send me a confirmation email that they want to attend.

Make sense? Anyone have any ideas?

Thanks for your help!!!

Tom
 
M

Michael Bauer [MVP - Outlook]

You may send a meeting request: Add the recipients to the appointment and
send that.

--
Best regards
Michael Bauer - MVP Outlook

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


Am Wed, 11 Jun 2008 17:27:02 -0700 schrieb Tom:
 
T

Tom

Is there a way to BCC someone in a meeting invite? I don't want everyone
seeing who is invited.

Thanks - Tom
 
M

Michael Bauer [MVP - Outlook]

Maybe this works: In the Application_ItemSend event check whether the item
is a MeetingItem, if so, loop through its Recipients collection and set each
item's Type = olBCC, and add yourself as Type=olTo.

--
Best regards
Michael Bauer - MVP Outlook

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


Am Thu, 12 Jun 2008 02:54:03 -0700 schrieb Tom:
 
S

Sue Mosher [MVP-Outlook]

olBcc on a message = olResource on a meeting request -- and information about resources will show up in the Location property that is visible to all attendees.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 
M

Michael Bauer [MVP - Outlook]

Thanks Sue.

--
Best regards
Michael Bauer - MVP Outlook

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


Am Fri, 13 Jun 2008 07:28:37 -0400 schrieb Sue Mosher [MVP-Outlook]:
olBcc on a message = olResource on a meeting request -- and information
about resources will show up in the Location property that is visible to all
attendees.
 

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