Re: [python-win32] Setting UserInitials in Office

2010-04-28 Thread Tim Golden
On 27/04/2010 22:43, Tim Roberts wrote: Tim Golden wrote: On 26/04/2010 23:56, Tim Roberts wrote: Mike Driscoll wrote: ... HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\UserInfo I tried to use the base64 module to decode it, but I must be doing something wrong. Does anyone know of

Re: [python-win32] Setting UserInitials in Office

2010-04-28 Thread Mike Driscoll
On 1:59 PM, Tim Golden wrote: On 27/04/2010 22:43, Tim Roberts wrote: Tim Golden wrote: On 26/04/2010 23:56, Tim Roberts wrote: Mike Driscoll wrote: ... HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\UserInfo I tried to use the base64 module to decode it, but I must be doing

Re: [python-win32] Setting UserInitials in Office

2010-04-28 Thread Tim Golden
On 28/04/2010 14:23, Mike Driscoll wrote: Sorry for the delay in checking this out. I was out of the office yesterday. Your code almost worked for reading the key, but I get a tuple back: [goes back to check what he wrote...] That's why my code does this (note the nearly-invisible underscore

[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