peniwize

關於我

開發者資訊
名稱 peniwize
加入日期 Dec. 5, 2014
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

Google Calendar Tab

評分: 5 / 5 顆星

I recently installed the Google Calendar add on and I also noticed that IT WOULD ONLY DISPLAY THE AGENDA VIEW (as other reviews have previously stated). I fixed this (on Linux) by editing "~/.thunderbird/locymkyh.default/session.json" and changing:

"tabURI":"https://www.google.com/calendar/m","clickHandler"

to

"tabURI":"https://www.google.com/calendar/render??#g%7Cweek-2+22889+22895+22892","clickHandler"

NOTE: The '/locymkyh.default/' part of the path is uniquely generated for each user profile so yours will be different. Use the following command in a terminal to see yours:

find ~/.thunderbird -type d -iname '*.default'

Also, I don't know what "week-2+22889+22895+22892" means to google, but I don't think it matters. This change should at least get Google Calendar to switch from the mobile agenda view to the desktop week view. If you have problems then try removing "-2+22889+22895+22892". With and without the numbers worked for me.