I have a webcal url, something like webcal://myservice.com/foobar. When my "Windows friends" click on such a link in their browsers, or paste the url into the address bar, there is an open dialogue, where they can choose Outlook.
What is the equivalent on Ubuntu? I have installed Thunderbird, and then the Lightning extension. But I can't find a way of adding the webcal/ical url from within Thunderbird/Lightning, and Firefox does not offer opening the link in Thunderbird.
It does offer opening it with "30 Boxes". Apparently this is a webservice, which is somehow offline today, and therefore I can't use it.
Please let me know the easiest way of opening this webcal/ical thing, to see what appointments and stuff is in there.
Thunderbird does not know how to open a Webcal link from the command line (which is the same as what "Choose Application" does). However, once you have Lightning open, you can retrieve the contents of a Webcal link and paste it into a calendar. In this discussion, the following actions are recommended:
In case someone is wondering, this is also possible with Evolution (tested in version 3.10.4).
You can create a new calendar by choosing the "on the network" option and use that webcal URL.
I tested that with Facebook's birthday calendar. It will then allow you to either use it as it is (and get the updates), or transfer the data to another calendar, or export it as a static file (like .csv).
Jos' answer worked well for me with one problem: it created a new calendar but I really wanted was to import the event into an existing calendar.
Here's what I did:
Replace
webcal
in the URL withhttp
and download it as a file. So using the URL from the question (webcal://myservice.com/foobar) as an example, you should be able to go to http://myservice.com/foobar in your browser and it will download the calendar file. Or if you prefer the command line:Use https:// for webcals:// URLs:
In Lightning, go to Events and Tasks > Import
Select the file you downloaded
Select the existing calendar to import into
If you've already done the steps in Jos' answer or if you no longer have the original URL:
In Lightning, right-click the calendar with the events from the webcal URL > Export Calander
Repeat the steps above starting with step 2 to import the events into another calander
(Optional) Unsubscribe from the calendar with the events from the webcal URL (right-click > Unsubscribe Calander)