Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Google Calendar Wheel Viewer

Moves your calendar with the mousewheel.




Jul 7, 2008
tankzilla User

Dittto.

 
Jun 24, 2008
Kino Scriptwright

Same here, it scrolls through 6 months with one wheel roll.

 
Jun 23, 2008
Saibot User
Stopped working when I updated to Firefox3. The latest release restored the scrolling ability,
however it scrolls six months at a time. So one click of the wheel moves from June to December.

Anyone else experiencing this?
 
May 1, 2008
EroMraB User

Thank you!!

 
Apr 25, 2008
NeqO User

It works again!
Thank you!

 
Apr 17, 2008
Kyosuke Script's author

Update new script.
Try it again.

 
Apr 7, 2008
EroMraB User

I miss my wheel viewer!!

 
Mar 30, 2008
Kawauso Scriptwright

I think the newest version of Firefox might be blocking it, since the error console reports this:

Error: [Exception... "Security Manager vetoed action"  nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)"  location: "JS frame :: https://www.google.com/calendar/5f590d2a5ab79957a762d3b98d833d9edoozercompiled__en_gb.js :: Lv :: line 217"  data: no]
Source File: https://www.google.com/calendar/5f590d2a5ab79957a762d3b98d833d9edoozercompiled__en_gb.js
Line: 217

From the looks of the google results, it's some change in the code that's affected other extensions in the newest version too, no idea how to fix atm though...

 
Mar 28, 2008
EroMraB User

Mine quit working too...

 
Mar 26, 2008
luckydog5656 User

This script has just stopped working for me. Anyone else? Did Google change something?

 
Oct 1, 2007
luckydog5656 User

this would be even better if there was a way to scroll by only one week at a time when in month view but I'm pretty sure that's impossible with the way google calendar is scripted as of now. Just a thought...

P.S. Awesome script!!! this is fabulous!

 
Apr 10, 2007
Archon810 User

Excellent plugin, one of the most useful and ingenious ones here.

 
Sep 29, 2006
Kyosuke Script's author

thanks all. New version is now available.

 
Sep 27, 2006
Nick Howell User

Excellent! I've been looking for something like this.

One suggestion: add it to the date-picker, too! It's simple; insert

$('dp_0').addEventListener(
"DOMMouseScroll",
function(e) {
var x = {};
x.target = e.target;
x.keyCode = (e.detail < 0) ? 80 : 78;
unsafeWindow._calKeyDown(x);
},
false
);

right after the one for maincell.

 
Sep 7, 2006
cwernham User

Good script! It needs the https ones adding as well (to save anyone doing it themselves) to make it work with the secure calandar (when using the GMail secure script) out of the box.

 
Jul 8, 2006
esquifit User

A superb example of a clever and cleanly written script. Five stars for both idea and realisation. Many thanks!

 
Jun 12, 2006
bahua User

This is an excellent, simple script. Mousewheel functionality adds a world of use to Google calendar, especially in my default view(monthly).

You could comment on this script if you were logged in.