Where Are My Friends? > No Latitude integration? |
I have Tasks in my Google Calandar |
Philipp, I found Gadgets by going to the Settings page and looking in the far upper left corner for a link that made them visible. |
...I don't have anything in the far upper left corner in settings. I'd really like to have this gadgets feature. Really really like to have it. |
The feature is just as described enabled in my Google Apps Calendar account. I specially like the title "Internal Only" :-) |
I checked Google Calendar and standard there was no Gadget link. However, in the source i found '['gadgetsVisible','1']'. When you disable all CSS on the page, a Gadget link comes visible right. When you click on it, at the bottom of the page comes the following visible,
INTERNAL ONLY Hide gadgets Send feedback Help Add Tasks Add Googler Search Add Jump To Date Add Next Meeting Add Time zones Add Where are my friends? |
I wasn't able to activate the gadget by the way, below the code.
<div><span class="gadget-settings-noaction" style="color: rgb(153, 0, 0);">INTERNAL ONLY</span><br><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[14]()">Hide gadgets</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="window.open('https://spreadsheets.google.com/viewform?formkey=cC1xbTlWMUo2VERiOHlNaTAyMl9WWkE6MA','gadget_help')">Send feedback</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="window.open('http://www.corp.google.com/~davem/gadgets/gadget_help.html','gadget_help')">Help</div><div class="gadget-settings-break"> </div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[15]()">Add Tasks</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[16]('http://hosting.gmodules.com/ig/gadgets/file/115850512692387648015/facewall.xml','3')">Add Googler Search</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[16]('http://www.google.com/ig/modules/calendar/setdate.xml','1')">Add Jump To Date</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[16]('http://www.google.com/ig/modules/calendar/next.xml','3')">Add Next Meeting</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[16]('http://www.google.com/ig/modules/calendar/tz.xml','3')">Add Time zones</div><div style="background-color: rgb(224, 236, 255);" class="gadget-settings-action" onmousedown="gcal$func$[16]('http://www.google.com/ig/modules/calendar/whereis.xml','3')">Add Where are my friends?</div><form id="gadgetaddform" onsubmit="gcal$func$[17](); return false" style="width: auto;"><input class="label-input-label" id="gadgetaddbox"> <input id="gadgetadd" value="Add" type="submit"></form></div> |
When viewing the calendar with no styles, does anyone else get the link at the top of the page which says:
Click here for ARIA enhanced Google Calendar
With a link to the following javascript:
javascript: void(_insertAxsScript("6a3eb8ba4a07edb76f79a18d6bdb8933"))
Executing it on a normal Calendar view with styles enabled seems to do nothing except take me to the day view.
Also, there's a feedback form:
<< Google Calendar gadgets (Dogfood) feedback
INTERNAL ONLY – GOOGLE CONFIDENTIAL
TO HIDE/DISABLE GADGETS – CLICK "HIDE GADGETS" LINK IN UPPER RIGHT OF SCREEN
Thank you for testing Google Calendar gadgets (internal only.) If you'd like to follow up with the team, please email doozer-team google.com >>
https://spreadsheets.google.com/viewform?formkey=cC1xbTlWMUo2VERiOHlNaTAyMl9WWkE6MA |
> does anyone else get the link at the top of the page which says: > > Click here for ARIA enhanced Google Calendar
Yeah, had that too... |
Here are the source files for the other gadgets:
Jump To Date: Ask Calendar to jump to a day. http://www.google.com/ig/modules/calendar/setdate.xml
Next Meeting / Next Event: Displays the next event. It will open the next event if you click it. It updates itself when the container revalidates. http://www.google.com/ig/modules/calendar/next.xml
Time zones / Current time: Displays the current time in multiple time zones. If you are using Google Calendar, the gadget will be consitent with your 24/military time display preference. It will also show the time for any events that you click. http://www.google.com/ig/modules/calendar/tz.xml
Where are my friends? / Where is: A Google Calendar gadget to find people's current schedule. http://www.google.com/ig/modules/calendar/whereis/whereis-thm.png http://www.google.com/ig/modules/calendar/whereis.xml |
For me the gadgetvisible thing was 0 initially, here is what I did to see some more stuff (even though I couldn't get it enabled)
Css: 1. Disable css 2. Scroll down, hit the arrow 3. Enable css Javascript: 1. Open firebug html panel 2. Search for 'history' 3. Right click on the script element right next to the iframe you found and click edit html 4. find the gagetvisble thing and change the 0 to a 1 and hit the edit button in the top bar 5. Scroll down, select gadget (lots) 6. Will appear at the right, till you leave the page... (the added gadgets will be saved, but the gadgetvisible property is changed somewhere else) |
Did a little search for the ARIA-enhanced Calendar: http://www.ditii.com/2008/03/13/aria-powered-screenreading-and-fire-vox-support-for-google-reader/
Using the CSS voodoo I saw the gadgets, but couldn't do anything with them. |
It's a pitty, Tasks Calendar doesn't work on Opera... |
"Mask as Firefox" and it will work. |