Re: [Tutor] Python connecting to an exchange server

2007-01-24 Thread Ted Roche
On 1/24/07, Jalil <[EMAIL PROTECTED]> wrote: > > I would basically want the python code to parse the appointsments in my > outlook calendar. > Then it's most likely you don't want to talk to exchange at all, but rather talk with Outlook. Outlook supports a COM Automation interface and you can u

[Tutor] Python connecting to an exchange server

2007-01-24 Thread Jalil
I just wanted to know if its possible or if anyone can point me to a place where I can get info on howto to get python to talk to an MS exchange server. I would basically want the python code to parse the appointsments in my outlook calendar. Is this possible? Thank You -- Shoot for the mo