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 use it to do most of the things Outlooks does via the GUI,
although some of them are rather difficult. An example of COM
Automation with Outlook and Python can be found:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/266625

A paper on COM Automation and Outlook I wrote some time ago (in a
different programming language) has some pretty good references at the
end:

http://www.tedroche.com/Present/2003/OutlookAutomation.html

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to