views:

39

answers:

2
+2  Q: 

MS outlook and PHP

It is possible with php create a script, and this script insert an appointment in outlook calendar. I search in internet but... I don't find a solution... I use php but if it is possible with JavaScript is the same. Thanks!

+1  A: 

You need to make a link to a .ics file.

SLaks
Yes generate an ICS file, which is just plain text.
TravisO
Link to a .ics file is a good idea. I create a .ics file with php but i don't know how import this file... with js? with php? with vbscript?Thanks
You need to make a regular link that points to the `.ics` file.
SLaks
+1  A: 

Try searching again for importing ical files into Outlook - you might even find this or even this

symcbean