Link to home
Start Free TrialLog in
Avatar of Netwing
NetwingFlag for Austria

asked on

ActiveX: Add something to outlook calendar

I am having a web page where you can record and show meetings. I want to add a button/checkbox, so that if checked the meeting will also be recorded in the outlook calendar.

Is there a way to do this in Javascript/Active X?

Thx for help
ASKER CERTIFIED SOLUTION
Avatar of bendalton
bendalton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Netwing

ASKER

Thx!

The Calendar file shoult have this Format:

BEGIN:VCALENDAR
BEGIN:VEVENT
DTSTART:20040427T183000Z
DTEND:20040427T203000Z
LOCATION;ENCODING=QUOTED-PRINTABLE:Loacation Description Text
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:Description Text
SUMMARY;ENCODING=QUOTED-PRINTABLE:Subject Description Text
CATEGORIES;ENCODING=QUOTED-PRINTABLE:WMBC
END:VEVENT
END:VCALENDAR

I can generate this with Php, no Problem!