need help: Is there is a way to get someone's calendar from mailexchange server with python

A

aimeixu

Hi guys,
I really need help to figure out a way to get someone's calendar from
mail exchange server with python. I have no idea about how to make it
..Or could some nice guys give me some hint?Thank a lot .
 
U

Ulrich Eckhardt

aimeixu said:
I really need help to figure out a way to get someone's calendar from
mail exchange server with python.

You can implement any network protocol with Python, see e.g. the struct
library. However, it would be easier to use an existing protocol
implementation. When you say "mail exchange server", what exactly does that
mean? I guess you actually mean an Exchange mail which is a product of
Microsoft. For that, there is a free implementation of the server-side
protocol (openexchange, IIRC). OTOH, you may be able to use the win32 MAPI
(message API), but I'm not sure what this can do and if there are Python
bindings for it.

Uli
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,021
Latest member
AkilahJaim

Latest Threads

Top