RE: [PHP] Communicate with Outlook

2004-09-14 Thread Gryffyn, Trevor
Ok, so I was bored.. Attached below is a PHP script that will connect to Outlook via COM and go through all the items in the Calendar, displaying the appointment name, location, FROM and TO date/times (adjusting for the weird assed MS timestamp.. Apparently # of seconds since some time in 1970),

RE: [PHP] Communicate with Outlook

2004-09-13 Thread Gryffyn, Trevor
If you have an Outlook client running on the same machine as PHP, you should be able to use COM calls to access the data. Here's MS's Outlook Object Model site for Outlook Item Objects including MeetingItem: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/off2000

Re: [PHP] Communicate with Outlook

2004-08-25 Thread raditha dissanayake
Shaun wrote: Hi, Is it possible for a PHP application to communicate with an Outlook calendar? I would like to create a web based application that shows staff availability... If you are talking about acessing the outlook calendar on a client machine you cannot. If you are talking about outlook

Re: [PHP] Communicate with Outlook

2004-08-25 Thread Miles Thompson
Did you try Google? It turned this up ... http://lists.ximian.com/archives/public/evolution/2000-May/026035.html The trick, I think, would be knowing the schema of the .pst. In early versions you could use Access to open the .pst. MT At 12:16 PM 8/25/2004, Shaun wrote: Hi, Is it possible for a