PyraX Posted November 2, 2007 Share Posted November 2, 2007 I hope somone can help im trying to create a file in any laguage (asp, php...) that will allow me to send a meeting request to users on outlook and entourage from my company intranet The idea is that people can insert information and someone else will select who is taking part then the meeting request will be sent to the persons email inbox so they can accpet the meeting. Any feedback would be good. Thanks Mike Link to comment https://forums.phpfreaks.com/topic/75718-php-outlook-send-meeting/ Share on other sites More sharing options...
zq29 Posted November 2, 2007 Share Posted November 2, 2007 I don't have, or use Outlook but maybe can help you in the right direction... Have you tried sending yourself a meeting request an examining the contents of what you receive? Link to comment https://forums.phpfreaks.com/topic/75718-php-outlook-send-meeting/#findComment-383482 Share on other sites More sharing options...
otuatail Posted November 2, 2007 Share Posted November 2, 2007 Are you having a problem sending the email or do you need help with setting up a web based system, to send emails out? Desmond. Link to comment https://forums.phpfreaks.com/topic/75718-php-outlook-send-meeting/#findComment-383487 Share on other sites More sharing options...
PyraX Posted November 13, 2007 Author Share Posted November 13, 2007 Im having a hard time getting it to appear like it does in Outlook instead of an attachment This is what the message code looks like, Im having trouble resending it exactly like this: Return-Path: <[email protected]> Received: from mail-gateway-2.giga-sj-001.net (mail-gateway-2.server101.com [10.1.1.7]) by mail-pop3-1.server101.com (8.13.7/8.12. with ESMTP id lA569ehG018915 for <[email protected]>; Mon, 5 Nov 2007 16:09:40 +1000 Received: from outbound.icp-qv1-irony-out2.iinet.net.au (outbound.icp-qv1-irony-out2.iinet.net.au [203.59.1.107]) by mail-gateway-2.giga-sj-001.net (8.12.11.20060308/8.12. with ESMTP id lA568vWF020654 for <[email protected]>; Mon, 5 Nov 2007 16:08:58 +1000 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAJdBLkd8q9DA/2dsb2JhbAA X-IronPort-AV: E=Sophos;i="4.21,370,1188748800"; d="scan'208,217";a="228274065" Received: from unknown (HELO workstation03) ([124.171.208.192]) by outbound.icp-qv1-irony-out2.iinet.net.au with ESMTP; 05 Nov 2007 15:02:23 +0900 From: "email - email" <[email protected]> To: <[email protected]> Date: Mon, 5 Nov 2007 16:01:44 +1000 Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/calendar; method=REQUEST; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcgfcVbB8kYr8edERduGC2Jzugiasg== Content-Language: en-au X-scanner2.giga-sj-001.net-MailScanner-Information: Please contact [email protected] for more information X-scanner2.giga-sj-001.net-MailScanner: Found to be clean X-scanner2.giga-sj-001.net-MailScanner-SpamCheck: not spam, SpamAssassin (score=0, required 5, autolearn=disabled) X-MailScanner-2-From: [email protected] Subject: this is a meeting BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook 12.0 MIMEDIR//EN VERSION:2.0 METHOD:REQUEST X-MS-OLK-FORCEINSPECTOROPEN:TRUE BEGIN:VEVENT ATTENDEE;[email protected];RSVP=TRUE:mailto:[email protected] CLASS:PUBLIC CREATED:20071105T060142Z DESCRIPTION:When: Wednesday\, 7 November 2007 8:00 AM-8:30 AM (GMT+10:00) B risbane.\nWhere: office\n\n*~*~*~*~*~*~*~*~*~*\n\nThis is the message body \n DTEND:20071106T223000Z DTSTAMP:20071105T060142Z DTSTART:20071106T220000Z LAST-MODIFIED:20071105T060144Z LOCATION:office ORGANIZER;CN="email":mailto:[email protected] PRIORITY:5 SEQUENCE:0 SUMMARY;LANGUAGE=en-au:this is a meeting TRANSP:OPAQUE UID:040000008200E00074C5B7101A82E00800000000001F5F28C51FC801000000000000000 010000000C211832623C61E469557413801DE1627 X-ALT-DESC;FMTTYPE=text/html:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//E N">\n<HTML>\n<HEAD>\n<META NAME="Generator" CONTENT="MS Exchange Server ve rsion 08.00.0681.000">\n<TITLE></TITLE>\n</HEAD>\n<BODY>\n<!-- Converted f rom text/rtf format -->\n\n<P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calib ri">When: Wednesday\, 7 November 2007 8:00 AM-8:30 AM (GMT+10:00) Brisbane .</FONT></SPAN></P>\n\n<P DIR=LTR><SPAN LANG="en-us"><FONT FACE="Calibri"> Where: office</FONT></SPAN></P>\n\n<P DIR=LTR><SPAN LANG="en-us"><FONT FAC E="Calibri">*~*~*~*~*~*~*~*~*~*</FONT></SPAN></P>\n\n<P DIR=LTR><SPAN LANG ="en-us"><FONT FACE="Calibri">This is the message body</FONT></SPAN><SPAN LANG="en-us"> </SPAN></P>\n\n</BODY>\n</HTML> X-MICROSOFT-CDO-BUSYSTATUS:TENTATIVE X-MICROSOFT-CDO-IMPORTANCE:1 X-MICROSOFT-CDO-INTENDEDSTATUS:BUSY X-MICROSOFT-DISALLOW-COUNTER:FALSE X-MS-OLK-ALLOWEXTERNCHECK:TRUE X-MS-OLK-AUTOSTARTCHECK:FALSE X-MS-OLK-CONFTYPE:0 X-MS-OLK-SENDER;CN="email":mailto:[email protected] .au BEGIN:VALARM TRIGGER:-PT15M ACTION:DISPLAY DESCRIPTION:Reminder END:VALARM END:VEVENT END:VCALENDAR (edited by kenrbnsn to put in tags) Link to comment https://forums.phpfreaks.com/topic/75718-php-outlook-send-meeting/#findComment-391058 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.