peniwize

About me

Developer Information
Name peniwize
User since Dec. 5, 2014
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons Not yet rated

My Reviews

Google Calendar Tab

Rated 5 out of 5 stars

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.