How do I get Thunderbird to open an ICS attachment directly in Lightning's calendar?

48

9

I'm using Mozilla Thunderbird 9.0.1 with Lightning 1.1.1. Is there an easier way to import an ICS file attached to an email than saving it to disk, then in Calendar going to File --> Open?

If I select "Open with Thunderbird" from the save dialog, it just opens a new mail message and attaches the file to it.

(I did see this older question, but it refers to much older versions of Thunderbird and Lightning)

Update: I've updated to 10.0 and 1.2, respectively and it still doesn't work right.

Update 2: Bugzilla.

travis

Posted 2012-01-24T23:58:42.837

Reputation: 783

Unbelievable. This bug is open for 14 years at bugzilla. fourteen years for a standard functionality! And it still has the status NEW! – Titule – 2020-02-28T18:37:38.987

Answers

64

For Thunderbird 15.0 / Lightning 1.7 the following procedure works for me:

  1. Open the "Today Pane" ie. the Events panel on the right hand side next to the email list.

  2. Drag&Drop the ics-file onto that pane.

In my case (Kubuntu 12.04) it will create the event. Hope this helps.

N.B In Windows 7, you need to hold the CTRL key down while dragging the ICS file on to the events pane.

SwingLocators

Posted 2012-01-24T23:58:42.837

Reputation: 656

2Works very well in Ubuntu 14.04 with Thunderbird 31 – malisokan – 2014-10-20T19:01:32.103

Yes! It works! Today I was just complaining about Thunderbird on Ubuntu... You have my vote, man! – nephewtom – 2015-05-08T10:17:09.410

And just in case drag and drop is giving you problems, you can simply go to the Today pane and do File -> Open. – ankush981 – 2015-08-03T06:39:56.627

maybe worth mentioning: when doing so with my flight .ics files it didn't account for daylight saving time apparently... – black_puppydog – 2015-09-20T00:39:13.277

1In Windows 10 with Thunderbird 45.7, holding ctrl (to perform a copy) does not seem to matter. Dragging it normally (showing "Move") works the same. – Johann – 2017-02-02T00:08:49.483

In Windows 7 with Thunderbird 60.5 and Firefox 65.0, you can drag it directly from Firefox downlows popup to Thunderbird enents panel. – lamanux – 2019-02-05T12:05:25.767

Does not work for me (Windows 10, TB 68.5). I have a mail with 4 attached calendar events – Titule – 2020-02-28T18:40:08.987

1to add to @swinglocators tip: On Windows it only seems to work when you COPY (=hold ctrl while dragging) the ICS file to the today pane. at least that's what I constantly experience. – roetzi – 2013-02-24T13:36:18.397

@swinglocators You're my hero - thanks =) – andreas-h – 2014-03-03T13:00:15.817

1@roetzi thanks for the tip, the holding CTRL while dragging trick worked for me, if you just drag it without holding the CTRL button it doesnt work. This is quite infuriating, I cant understand why the calendar add-on can't just handle double clicking ICS files to open them, surely it cant be that hard.

I've added a suggested edit to the original answer, to add the CTRL key tip – mack nordstrum – 2014-06-14T09:23:52.993

8

Right click on the mail and click Convert > Event

Natim

Posted 2012-01-24T23:58:42.837

Reputation: 1 531

3This does not convert ICS file to event. – crobar – 2017-05-15T11:29:18.557

2If multiple events/invites are attached, this procedure only imports the first .ics attachment on my Thunderbird 52, Windows 10 machine. The best answer for my environment was to drag .ics files from the email attachments pane to the events pane. Unfortunately, this was a one by one process which included a "save and close" click for each event, but did not require saving to disk and opening with a second application. – Daniel Liston – 2017-09-14T01:43:38.630

1on my machine (ubuntu 13.10) this does not take the information from the attached .ics file. – andreas-h – 2014-03-03T13:00:00.393

Yes it doesn't really work like that. But if you have a local calendar configured you should have a button to accept the event. – Natim – 2014-03-03T14:48:59.327

4

On Windows:

  1. Save the attachment to the desktop
  2. From Events & Tasks select Import
  3. Select the .ICS to be added to the Calendar
  4. From the calendar pop-up select which calendar to add the event

Rob

Posted 2012-01-24T23:58:42.837

Reputation: 49

3The question specified "NOT" saving the attachment to disk as part of the import process. While your instructions are functional, they do not fully answer the question. Without step #1, they fail to answer the question at all. – Daniel Liston – 2017-09-14T01:35:53.967

Well, it sure answered the question for me. Thanks! – frozenjim – 2018-08-27T18:50:40.593

3

If you have the Lightning calendar extension installed on Thunderbird and have the Events pane open.

You can add an ICS file by holding the CTRL key and then dragging the ICS file on to the events pane. (The CTRL key needs to be pressed on Windows 7, but apparently it may work without pressing the CTRL key on Windows 10 and Linux)

The only problem with it seems to be it doesn't manage to parse the start time and end time from the ICS file properly. Instead, it just marks the event as an all day event and disregards the actual start and end times (on windows anyway, not sure about Linux) the rest of the info seems to be picked up correctly.

There is a bug open in Bugzilla for this issue (ICS files not being able to be directly opened in Thunderbird/Lightning). If enough people vote for this bug, its more likely it will get fixed. To vote for the bug to get fixed, create an account on Bugzilla, then go to Opening or adding .ics files to calendar by double click. Under the header titled Importance there is a link that says Vote. Click that then add a tick to the bug and then click Change Votes.

mack nordstrum

Posted 2012-01-24T23:58:42.837

Reputation: 264

1On my Windows 10 pro (creators) workstation, I have Thunderbird 52.3 which includes lightning by default. With the "Today" pane open and its view set to "Events", I can drag .ics files from the email attachments pane to the calendar events pane without holding down the ctrl button. I do not seem to have any problems with start/stop times in the event either. Admittedly, this comment is 3 years after the original post. – Daniel Liston – 2017-09-14T01:32:15.950

1

TBird 38.3.0 & Lighting 4.0.3 - Scenario: You click on an ICS link, and are presented with the Open/Save Dialog Solution:

  1. Click Open in Thunderbird
  2. You are presented with a new mail pane
  3. Send the mail to yourself
  4. In the resultant mail in your inbox, you'll see a blue banner at the top, "This message contains an event"
  5. Click 'Add'

Still not as convenient as it might be, but maybe a little better than saving & dragging.

Rich B

Posted 2012-01-24T23:58:42.837

Reputation: 11

1

On Windows 8.1, Thunderbird 24.6, and Lightning 2.6.6 it works by dragging the .ics into the today tab (F11 to open if Lightning is installed) without any keyboard modifiers. No other part of lightning or thunderbird will accept the file as a dragged item. All information appears to arrive intact including times/details/location.

It would appear that the bugs referenced in some of the other answers have been fixed.

John

Posted 2012-01-24T23:58:42.837

Reputation: 13

1

If using TB 31.X on a Mac running OS 10.9 and using Google Calendar Tab 3.9 - it's a bit counterintuitive to add .ics events to the calendar. First, save the .ics file to your local drive. On the Google calendar tab in TB, mouse over the "My Calendars" name then click on the little down arrow and select "Settings". Find the "Import Calendar" option in the setting screen view, browse for your saved .ics file, choose which calendar to add the event to, then select "Import". You should then get an import confirmation. Good luck. RH

Rusty

Posted 2012-01-24T23:58:42.837

Reputation: 11

-1

At the top of the open message there should be a "This message contains an event [..]" ribbon. Select accept → accept & send now.

If the ribbon does not show up, that is a bug in Lightning that needs addressing.

Bjartur Thorlacius

Posted 2012-01-24T23:58:42.837

Reputation: 99

-1

Create new Agenda : https://support.mozilla.org/en-US/kb/creating-new-calendars

You can delete the old Agenda

the update will be automatic

user1121218

Posted 2012-01-24T23:58:42.837

Reputation: 1