RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-14 Thread Richard Lynch
On Mon, June 13, 2005 6:36 pm, [EMAIL PROTECTED] said: > Hi, perhaps someone might be able to look at this code - it works when I > run it from the command line, but not when viewed through a web page. I > am running IIS 6 on Windows 2003 server. The most likely problem is either: Permisssions --

RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-13 Thread Justin.Baiocchi
Hi, perhaps someone might be able to look at this code - it works when I run it from the command line, but not when viewed through a web page. I am running IIS 6 on Windows 2003 server. Thanks Justin Activate; # This is your mailbox name just like it appears in your Folders view. It might be

RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-07 Thread Justin.Baiocchi
hp-general@lists.php.net Cc: Baiocchi, Justin (CSIRO IT, Armidale) Subject: RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP Sorry, wasn't able to test this when I got home. But to clearify, when you use COM, it's loading Outlook (as you've seen) and then talking directly to

RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-07 Thread tg-php
ured with the same profile? Thanks Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 June 2005 1:01 AM To: php-general@lists.php.net Cc: Baiocchi, Justin (CSIRO IT, Armidale) Subject: Re: [PHP] Displaying an Outlook Calendar on a webpage using P

RE: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-06 Thread Justin.Baiocchi
hanks Justin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, 7 June 2005 1:01 AM To: php-general@lists.php.net Cc: Baiocchi, Justin (CSIRO IT, Armidale) Subject: Re: [PHP] Displaying an Outlook Calendar on a webpage using PHP That looks like some of my

Re: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-06 Thread tg-php
Reasons: 1. Because you can. 2. Because I believe you need Exchange Server and IIS running to share outlook calendars out via the web(?) 3. Because the project has a requirement to do it this way 4. Because he likes a challenge The question "Is this the best way to accomplish your goal" is

Re: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-06 Thread M Saleh EG
But why would you do that when you can share the Calendar over outlook? On 6/6/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > That looks like some of my code.. or a derivative of my code. For some > reason, my PC at work here is having issues with PHP instantiating with COM > so I can't

Re: [PHP] Displaying an Outlook Calendar on a webpage using PHP

2005-06-06 Thread tg-php
That looks like some of my code.. or a derivative of my code. For some reason, my PC at work here is having issues with PHP instantiating with COM so I can't test this, but the code you posted is conspicuously missing all the braces { }. I'm guessing that's not your issue though... or else yo