kerlj001 Posted July 5, 2009 Posted July 5, 2009 (edited) Hi all I have a very basic au3 script that exports an Outlook calendar to csv using SEND keystrokes etc, but I'm sure there's a better way? Cheers Jody (was posted to the NEW forum but seems to of been lost) CODE AutoItSetOption("WinTitleMatchMode", 3) Run("C:\Program Files\Microsoft Office\OFFICE11\Outlook.exe") WinWaitActive("The School Calendar - Microsoft Outlook") ; Now quit by pressing Alt-f and then x (File menu -> Exit) Sleep(4000) ;FILE Send("!f") Sleep(2000) ;IMPORT Send("t") Sleep(2000) ;CHOOSE Send("{HOME}") Send("{ENTER}") ;TOP Send("{HOME}") Sleep(2000) Send("{DOWN}") Send("{ENTER}") Sleep(2000) ;CHOOSE Send("{HOME}") Send("+") Send("{END}") Sleep(2000) Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{UP}") Send("{ENTER}") Sleep(2000) Send("!N") Sleep(2000) Send("{ENTER}") Sleep(2000) Send("{ENTER}") Sleep(2000) Send("01/08/2007") Sleep(2000) Send("{TAB}") Send("30/08/2010") Send("{ENTER}") Send("!{F4}") Edited July 5, 2009 by kerlj001
water Posted July 6, 2009 Posted July 6, 2009 (edited) There's an Outlook.udf available from this forum. Maybe it has the functions you need. Edited July 6, 2009 by water My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now