Hi
So I have a bit of a challenge. I use a multimonitor setup, and I'm trying to accomplish the following:
After login launch Outlook in two windows
Pin one of the windows to my top screen and customize the view:
Change to calendar
Change to month view
Hide ribbon
Hide navigator pane
Maximize windows
Change to the other Outlook window and customize the view:
Show ribbon
Show navigator pane
Return ribbon to default position
Maximize window
Minimize Window
Everything works as intended! I'm quite proud actually - as this is my first AutoIT-script ever.
But - I still need one thing: I would really like my month view to only include this week and the next 2 (total 3 weeks). This seems to be impossible using either VBA or keyboard shortcuts. The only way to do accomplish this is by using a mouse to mark / drag the number of weeks in the mini-calendar in the navigator pane.
And this mini-calendar is dynamic, which means todays date changes is place every day.
I really need a good idea - or maybe even a solution? I've included my script as it looks right now.
Thanks in advance.
Ronni
StartOutlookAtLogon.au3