لتجربة الآلاف من الإضافات المتوفرة هنا، نزّل متصفح موزيلا فَيَرفُكس مجانًا. المتصفح الأسرع والأكثر أمانًا في عالم الإنترنت.

Close

مرحبا بك في إضافات فَيَرفُكس.

اختر من بين الآلاف من المميزات والمظاهر الإضافية واجعل فيرفُكس ملكًا لك.

Close

في الطريق، أثناء تنقلك؟

ألقِ نظرة على موقع إضافات الهواتف الذكية.

Close

peniwize

معلومات عنّي

معلومات المطور
الاسم peniwize
مُستخدم منذ ديسمبر 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.