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!
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.