PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

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

 
 
Tom Hwang
Guest
Posts: n/a
 
      18th May 2004
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

 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      18th May 2004
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.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Tom Hwang" <(E-Mail Removed)> wrote in message
news:eb8c01c43d04$bbe09e40$(E-Mail Removed)...
> 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
>



 
Reply With Quote
 
Tom Hwang
Guest
Posts: n/a
 
      20th May 2004
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 Removed)

>-----Original Message-----
>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.
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>"Tom Hwang" <(E-Mail Removed)> wrote in message
>news:eb8c01c43d04$bbe09e40$(E-Mail Removed)...
>> 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
>>

>
>
>.
>

 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      20th May 2004
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
http://www.outlookcode.com/jumpstart.aspx


"Tom Hwang" <(E-Mail Removed)> wrote in message
news:fa6801c43e76$9c695bb0$(E-Mail Removed)...
> 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 Removed)
>
> >-----Original Message-----
> >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.


> >
> >"Tom Hwang" <(E-Mail Removed)> wrote in message
> >news:eb8c01c43d04$bbe09e40$(E-Mail Removed)...
> >> 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
> >>

> >
> >
> >.
> >



 
Reply With Quote
 
Tom Hwang
Guest
Posts: n/a
 
      20th May 2004
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.
>
>--
>Sue Mosher, Outlook MVP
>Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
>"Tom Hwang" <(E-Mail Removed)> wrote

in message
>news:fa6801c43e76$9c695bb0$(E-Mail Removed)...
>> 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 Removed)
>>
>> >-----Original Message-----
>> >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.
>
>> >
>> >"Tom Hwang" <(E-Mail Removed)> wrote in message
>> >news:eb8c01c43d04$bbe09e40$(E-Mail Removed)...
>> >> 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
>> >>
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Calendar - Do not display creator of appointment/event sromine Microsoft Outlook Discussion 0 14th May 2009 04:21 PM
an event or appointment in the calendar in outlook 2007 does not w =?Utf-8?B?SXp6eQ==?= Microsoft Outlook Calendar 3 21st Jun 2007 01:47 AM
Recover Outlook Calendar appointment/event after deletion? =?Utf-8?B?TGVuODEx?= Microsoft Outlook Calendar 2 22nd Nov 2006 07:27 PM
calendar appointment event sagar.pes@gmail.com Microsoft Outlook Calendar 0 8th Mar 2006 09:26 AM
Publish outlook calendar as web page, why see one event per day? =?Utf-8?B?TWFyayBDcmlkZW4=?= Microsoft Outlook Calendar 0 16th Dec 2005 05:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:26 PM.