Jump to content

thunderbird/lightning - import a ics-file to a specific calendar


 Share

Recommended Posts

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})
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...