How to add an appointment (event) to outlook calendar from ASP page

T

Tom Hwang

Hi,

I want to add an appointment (event) to outlook
calendar from ASP page. I will collect the date/time,
subject, and description of the event from ASP page and
save the information to outlook. How can I do that. I
never prgrammed anything between ASP page and outlook at
all.

Thank you very much for your help!

Tom Hwang
 
S

Sue Mosher [MVP-Outlook]

ASP or ASP.NET? In either case, the best approach may be to generate an
iCalendar item that the user can save to their calendar.
 
T

Tom Hwang

Hi Sue,

Thank you for your reply. Is there any section of your
outlook books mentioned how to program this function (add
an appointment (event) to outlook calendar) on either ASP
or ASP.NET? Or any sample codes that you can think of for
me?

Thanks again for your help!

Tom Hwang
(e-mail address removed)
 
S

Sue Mosher [MVP-Outlook]

My book does not cover ASP or ASP.NET at all, since that's a quite advanced
topic.

If you're using Exchange as your mail server, Tom Rizzo's book will give you
some ideas. Otherwise, search for ASP (or ASP.NET) and iCalendar. Another
approach would be to create an ASP.NET custom web control that runs
client-side code to create the appointment; I'm working on a sample project,
which I'll post at http://www.outlookcode.com/d/index.htm when it's ready.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
T

Tom Hwang

Hi Sue,

Thank you very much for your help!

Tom Hwang
-----Original Message-----
My book does not cover ASP or ASP.NET at all, since that's a quite advanced
topic.

If you're using Exchange as your mail server, Tom Rizzo's book will give you
some ideas. Otherwise, search for ASP (or ASP.NET) and iCalendar. Another
approach would be to create an ASP.NET custom web control that runs
client-side code to create the appointment; I'm working on a sample project,
which I'll post at
http://www.outlookcode.com/d/index.htm when it's ready.
 

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