automatically schedule calender meeting from asp page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have an asp page that captures meeting schedule data (user name, date,
time) when a user visits the page and schedules a meeting. Is there a way to
automatically have a calender meeting created and added to the users outlook
calendar? If there is a more efficient way to perform this,
(ie, with another application, etc.) please suggest.
 
Creating links to iCalendar files (or creating iCalendar content on the fly) would be the most obvious solution. A search for iCalendar and ASP on your favorite search site should turn up examples.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top