使用 Python 创建 Outlook 任务
有没有办法使用 Python 自动将任务添加到 Outlook(2007 或 2010)?我看到有一种方法可以通过 pywin32 创建 Outlook 邀请,但是,我不确定所需的参数,并且我找不到任何概述参数/值要求的相关文档(尽管我确信它们是在那里)。
谢谢!
Is there a way using Python to automate adding Tasks to Outlook (2007 or 2010)? I see there is a way to create Outlook Invites through pywin32, however, I'm not sure about the parameters required, and I couldn't find any relevant docs that outline the parameter/value requirements (although I'm sure they're out there).
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了 snippet 但我不确定这是否真的有效,因为我有未安装 Outlook。它需要一个 Taskcoach 任务文件。但也许你会通过这个例子得到新的想法和一些启发。
I found a snippet but I am not sure if that really works because I have not installed Outlook. And it requires a Taskcoach task file. But maybe you will get new ideas and some inspiration through this example.