H开发者_运维百科ow do I fetch appointments from another user's Microsoft Exchange calendar in a script?
MAPI as in "Extended MAPI"? It can only be accessed in C++ or Delphi. Do you mean CDO 1.21? Or Outlook Object Model? Or Redemption?
I used GetUserAvailability
via SOAP
and the Python suds
module. It returns free/busy information for any number of users in a single call at the granularity you request. This is the same information behind Outlook's scheduling assistant and was just what I needed.
精彩评论