krischeu Posted December 6, 2011 Posted December 6, 2011 Hi, i want to import a ics-file into a calendar of thunderbird/lightning. There are some of them, e.g. -private -training -veranstaltung It works till it open a windows with the diverent calendars. I do not know how to choose between them with autoit. My code is as follows: ;ICS File aus Filemaker nach iCal schreiben #include <File.au3> $Dateipfad = 'C:\temp\icalimport.txt' ; oeffne Thunderbird WinActivate("Posteingang - Mozilla Thunderbird") WinWaitActive("Posteingang - Mozilla Thunderbird") Send("!t") Send("!i") Send("c:\temp\icalimport.ics") Send({Enter})
krischeu Posted December 8, 2011 Author Posted December 8, 2011 Does nobody have an idea how to handle a selection in a windows?
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