Creating an appointment in Outlook 2203 via an ASP page.

G

Guest

I am creating an ASP application on my company's intranet where employees can
sign up for events. I would like, at the end of the process, for the time
and date that the employee signed up to appear in their Outlook Calendar. Is
this possible?
 
S

Sue Mosher [MVP-Outlook]

The most straightforward way to do this is to provide the appointment as an
iCalendar file that users can open and add to Outlook.
 
G

Guest

Can you provide an example?

Sue Mosher said:
The most straightforward way to do this is to provide the appointment as an
iCalendar file that users can open and add to Outlook.

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

Sue Mosher [MVP-Outlook]

No, but I'm sure that if you Google "ASP iCalendar" you'll find code samples
to generate iCalendar content from whatever source you were planning to use.

Or just create an .ics file by saving an Outlook appointment in iCalendar
format.

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

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