Did you restyle your embedded Google Calendar using MyGoogleCal? Maybe you’ve restyled Google Calendar Gadget by following my instructions to modify the XML configuration? Do you want to show off how you integrated your calendar into your site? Just leave a URL comment with a link to your web site.
Posts Tagged ‘Google’
Restyle Google Calendar 2
Posted October 14th, 2007 in Programming / 79 CommentsTags: CSS, Google, Hacking, JavaScript, PHP, Programming
The long awaited new version of MyGoogleCal is here. It supports the new AJAX-enabled Javascript method Google switched to last month. As a bonus, the new version has native support for multiple calendars each with their own colors! Other changes to the code include officially switching from fopen to curl to retrieve the data. Furthermore, the code replaces much less HTML since it’s encapsulated in Javascript. Without further ado…
How To Add A Meetup Calendar To Google Calendar
Posted August 6th, 2007 in Software / 6 CommentsTags: Calendar, Google, How To
I stumbled upon Meetup.com while looking for some local groups that matched my interests. I noticed that each group has its own calendar. Since I hack Google Calendar, I was wondering how to get a Meetup calendar on Google Calendar, rather than manually adding events by hand. Here’s how…
Restyle Google Calendar Gadget
Posted June 18th, 2007 in Programming / 34 CommentsTags: CSS, Google, Hacking, JavaScript, Programming
My how-to for restyling Google Calendar is by far this blog’s most popular post so far. Right from the start, people had requested that I adjust the code to accommodate Google Calendar’s mini-mode. It certainly was possible using the technique I used, but it did break the agenda which was flaky to begin with given the fact the feature was experimental. Every once in a while, I’d check on the stability of mini-mode to determine if it was ripe for some hacking. Then one day the mode simply didn’t work anymore. It was weird, but after further research I found out why. Mini-mode was superseded by the Google Calendar Gadget. The configuration form does provide some customization of the style, but it is certainly limited. So just like before, I poked and prodded the code until I was able to find the means to restyle the gadget.