Re: [python-win32] how to get access to someone's else Outlook Calendar ?

2010-05-11 Thread Stef Mientki
On 11-05-2010 04:01, Mark Hammond wrote: On 4/05/2010 6:40 AM, Stef Mientki wrote: Now one small question, how do I get those constants, like constants.olFolderCalendar (=9) ? makepy needs to have been run for the object in question before the constants magically appear. It should be as

Re: [python-win32] how to get access to someone's else Outlook Calendar ?

2010-05-10 Thread Mark Hammond
On 4/05/2010 6:40 AM, Stef Mientki wrote: Now one small question, how do I get those constants, like constants.olFolderCalendar (=9) ? makepy needs to have been run for the object in question before the constants magically appear. It should be as simple as using

Re: [python-win32] how to get access to someone's else Outlook Calendar ?

2010-05-03 Thread Stef Mientki
On 29-04-2010 09:08, Mark Hammond wrote: IIRC, the outlook application doesn't support a Logon. Your best bet is probably to try and find some examples in VBScript or any other language and then translate the knowledge that gives you into Python. thanks Mark, that was a very good hint. I

Re: [python-win32] how to get access to someone's else Outlook Calendar ?

2010-04-29 Thread Mark Hammond
IIRC, the outlook application doesn't support a Logon. Your best bet is probably to try and find some examples in VBScript or any other language and then translate the knowledge that gives you into Python. HTH, Mark On 29/04/2010 5:34 AM, Stef Mientki wrote: hello, I want to control a

[python-win32] how to get access to someone's else Outlook Calendar ?

2010-04-28 Thread Stef Mientki
hello, I want to control a number Outlook Calendars from different persons, and I have access privilges and can manipulate them through Outlook. Now I want to control them through Python. Writing an appointment to my own Calendar works well with the code below. But I don't know how to get my