如何让 GNOME Shell 日历与安装了 Thunderbird 的 Google 日历同步?

Jor*_*dan 28 gnome thunderbird evolution calendar

在 GNOME Shell 上,我想使用日历并将其与我的 Google 日历帐户同步,但我的计算机上有 Thunderbird。我已经看到一些帖子通过终端的方式使 Thunderbird 成为默认设置,但这些更改并没有影响桌面面板上的日历。我过去曾使用过 Evolution,但我从来没有真正喜欢过它,但为了便于 Google 日历同步,我会在必要时使用它。

小智 14

你可以试试:https : //github.com/vintitres/gnome-shell-google-calendar

几步就够了:

  1. 设置依赖项:

    sudo apt-get install python-gtk2 python-dbus python-gdata python-iso8601 python-gnomekeyring

  2. 从以下位置下载:https : //github.com/vintitres/gnome-shell-google-calendar/zipball/master

  3. 将其解压缩到您喜欢的任何文件夹中。

  4. 运行gnome-shell-google-calendar.py

    /path/where/you/extracted/gnome-shell-google-calendar/gnome-shell-google-calendar.py

  5. 您应该事先在 Google 上设置一个在线帐户(请参阅:什么是在线帐户及其工作原理?)。您应该会收到以下文本提示:

    A list of existing accounts is below. If you do not see a list of accounts, then you first need to add one. For more information, see http://library.gnome.org/users/gnome-help/stable/accounts.html

    0. yourname@gmail.com Please choose the Account:

  6. 输入您的帐户号码,程序将开始同步。

  7. 如果您不想每次都手动运行它,您应该添加gnome-shell-google-calendar.py到启动应用程序中(请参阅此答案:How do I manage applications on startup in GNOME 3?,在“command”字段中插入 gnome-shell-google 的路径-日历.py)。

完毕!


kit*_*tti 9

不再需要特殊的软件。只需转到设置->在线帐户并添加您的 Google 帐户即可。您的 Google 日历将同步,事件将出现在 GNOME Shell 日历小部件中。

根据上面的评论,这从 3.8 开始就可用了。我最初没有看到该评论,并开始按照顶部答案中的说明进行操作,然后在设置中看到日历开关并意识到它已经在工作。


sar*_*lad -1

这里有一些解决方案

http://www.webupd8.org/2011/11/how-to-integrate-google-calendar-with.html

http://www.webupd8.org/2011/09/google-calendar-gnome-shell-integration.html

  • 虽然这从理论上可以回答这个问题,但[最好](​​http://meta.stackexchange.com/q/8259)在此处包含答案的基本部分,并提供参考链接。 (3认同)