Creating an appointment in Outlook 2203 via an ASP page.

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
The most straightforward way to do this is to provide the appointment as an
iCalendar file that users can open and add to Outlook.
 
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
 
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
 
Back
Top