Ubuntu – How to change Gnome Shell calendar default application

calendardefault-programsgnome

In Gnome shell calendar menu, when I click on "Open Calendar" it tries to open Evolutioneven if it's not installed – Is it possible to change the default calendar?

Gnome Shell Calendar


P.S. Gnome shell Calendar does not follow default calendar application

Best Answer

Type the following in a terminal.

For Thunderbird:

gsettings set org.gnome.desktop.default-applications.office.calendar exec thunderbird

For Chromium

gsettings set org.gnome.desktop.default-applications.office.calendar exec "chromium-browser 'https://www.google.com/calendar'"
Related Question