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!
Yes generate an ICS file, which is just plain text.
TravisO
2010-04-21 15:54:55
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
2010-04-22 10:00:07
You need to make a regular link that points to the `.ics` file.
SLaks
2010-04-22 13:02:29