开发者

How do I get the appointments from an Exchange calendar?

开发者 https://www.devze.com 2023-04-06 02:04 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号