Hi,
I have a calendar application written in php for in-house use that I'm trying to extend so that when people book a holiday, day-off, training etc they automatically get an email configured as an appointment so they only have to click on 'accept' and it gets inserted into their outlook calendar.
I've sucessfully used the php mail() function within the application to create emails and that works ok but I can't find anything which tells me if its possible to do this. I've tried adding extra fields to the header (Location: When🙂 but to no avail.
I see there is a previous entry http://phpbuilder.com/board/showthread.php?t=10229608&highlight=outlook+appointment from Feb 2003, which nobody answered.
Thanks
paul.mac