I realized a
Google Desktop Gadget to simulate the
Windows Vista Calendar Gadget.
Download Google Desktop Calendar Gadget
After installing Google Desktop i could't find a good
Gadget to show the current date, like Windows Vista do. The clock or weather gadget are very beautiful, but the
calendar is not, so i decided to create it by myself.
I created two Gadget, one with white background and one with orange, like Windows Vista.
This is the result:
How to create a Google Desktop Gadget
I must admit that create a Gadget is very simple, in particular for Google Desktop you can download the SDK at this link
http://desktop.google.com/downloadsdksubmit
this contain the editor, a debugger, a function to preview the gadget, and the tool for create the compressed pack in “.gg” format, that is a zip file.
You must have a minimum knowledge of XML, HTML and Javascript (or VBscript).