Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Hi, this is what I need! Show my appointments in one calendar in different colors. I installed this script yesterday but I couldn't seem to get it too work... |
|
|
Hi I just discovered this mod and its exactly what I need. does this nolonger work? (I installed greasemonkey + this script and nothing has changed) |
|
|
@jesa: month view uses a different page structure from daily and weekly views, so for now the script ignores month view. If it's something people would really like to see I could work on supporting it. |
|
|
This script is exactly what I was looking for - thanks. I'm wondering though if it should work for the month view - I can only get it to work for the weekly view. Thanks |
|
|
Thanks Dogwalker. Sorry to anyone who was waiting for a long time for me to get in the change. Every time google updates their javascript, the funtion name changes, breaking the script. @bobielawlintine: The recent security update for greasemonkey broke my system for storing your prefrences over a refresh. I'll try to get a fix in soon, but for now you can open about:config and change the value of the key with a name like this:
|
|
|
Update the Code urself: Open the Code
2. Choose Gcal Event Color Codes
It should be
|
|
|
#Using Bugmenot account! Nice script, i wonder why its not keeping my preference to keep it always On!
|
|
|
Nope, no luck. Changing the include pattern does not make it work for me. Bummer! |
|
|
@CyberCPA: you might double check that the @include patterns match the url for your google calendar. I may not have gotten them all. |
|
|
thanks, works like a charme :) |
|
|
I have never been able to get this to work with any events, all day or otherwise. I have tried changing the # and ! characters without any results whatsoever. The calendar still shows events in the default calendar color. I run no other GreaseMonkey scripts with Calendar, so I know it's not a script conflict. I am using the secure connection w/ calendar. |
|
|
There, now all day events should color code just like regular events. Let me know how it works for you. |
|
|
I changed the script to support the new code again. All day events shouldn't be too hard to add, just need to search for a different set of divs. |
|
|
i wonder if it's possible to get the coloring working on the "all day" events, too? |
|
|
it's update time again, the function is called "fc" now |
|
|
Thanks a lot, great work :) Following your suggestion to crosslink I've uploaded a slightly modified version: |
|
|
Also, for those of you who want to know how to update the script yourself when google updates code, it's not too hard: - Get a copy of the big Google calender js file with most of the application code using firebug of the like. - Search the js file for '("eventowner")' space out the function containing the first hit. Looks something like this: function Wb(a){
- Replace the old 2 letter function name with the new function name in the insert and uninsert functions in the color-coding script. If that sounds like too much work, you can just wait until I post the fix, usually no longer than a few days. |
|
|
Posted a new version which works with the changes in google's code. Unfortunately, every time google posts a change to their source, their compiler changes all the function names, breaking my hooks which call the coloring code. I love any suggestions for ways to overcome this weakness in the current design. |
|
|
Script ceased to work a few days ago. Google must have changed something.
Xb = function(a){oldXb(a); color();}; needs some tweaking but I can't get it to work :-/ |
|
|
Hi Matthew, you can add a menu toggle as setting, so everybody can choose whether she prefers colored or uncolored view as default, and choose between # and !
|
|
|
Thanks for the comments.
|
|
|
I really missed that in gCal! Great work! |
|
|
Thanks, works great! I adjusted the script to use "#" instead of "!" as some people tend to use "!" in their descriptions and set the default to show the colored version without having to click the button on every page refresh. |
