Page 1 of 1

Generating an automated meeting invitation

Posted: Mon Oct 17, 2005 5:41 am
by sheail
I'm currently trying to implement an online diary system whereby insurance brokers book an appointment with an underwriter. I want the underwriter to receive an automated email which contains an invite to a meeting event and all they have to do is hit accept, as if it was a meeting invitation sent through Outlook.

Using the phpmailer class and the vCalendar specification I have managed to get the appointment sent as an attachment which the recipient can open and then save into their calendar. This is fine but is there a way I can get Outlook to treat it like a single invitation and not an email with an appointment attached?

I'd appreciate any insight on this.

Posted: Wed Sep 20, 2006 1:39 am
by Slippy
I'm trying to do this now... and I'm not sure where to start...

I'm wondering if I create a MIME message like this:
Date: Tue, 19 Sep 2006 23:09:13 -0700
From: Slippy <slippy@devnetwork.net>
Subject: Updated: The subject of our meeting is top secret
To: 'Slippy' <slippy@devnetwork.net>
MIME-version: 1.0
X-Mailer: PHP 4 or 5 or whatever
Content-type: text/calendar; method=REQUEST; charset=utf-8
Content-transfer-encoding: 7bit
Message body would go here I guess???
And mail it... would that work?

I have a MIME and SMTP class that I wrote that works for sending messages... is there any more to it than that? Anybody have any experience with meeting requests and PHP?

Posted: Sat Jan 13, 2007 11:03 am
by emmbec
Its been a while since this post was made, and I was wondering if anyone knows if sending an OUTLOOK MEETING REQUEST is possible with PHP??

Posted: Sat Jan 13, 2007 12:42 pm
by John Cartwright
We don't encourage thread necromancy/thread jacking. Please make a new thread.