RainRain Website Help Blog
Google Calendar Tip
Published 02 Nov, 2009 in tips, google by rainrainDo you use "Google calendar". I use "Google calendar" and wanted to display 5 weeks instead of the maximum 4 in the display. Here's the trick....
First of all you need to use the Firebug plugin for Firefox. If you're not using Firefox then there may be a similar system on other browsers, but otherwise you would need to install Firefox and the Firebug plugin (addon).
Next login to Google calendar and go to >> Settings >> General >> Custom view >> click the drop down menu and then right click on the content ( where it says 4 weeks) and choose "Inspect Element" from the popup menu. Firebug pops up and you will see the the html source - look for:
<option value="custom,28">4 Weeks</option>
Double click on 28 (28 = 4 weeks), and change it 35 for 5 weeks etc. Then change the 4 weeks to 5 weeks. Close the Firebug window and you can see the new option in the drop down menu. Select 5 weeks and click save and you should now have 5 weeks in your calendar.


