Google Calendar Views

By no0n Last update Mar 27, 2008 — Installed 356 times. Daily Installs: 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0
Script Summary:
Have several calendars? Stop clicking and create views in Google's calendar application
Recently Updated TopicsPosts
Archived Comments8

this script has 1 topic, 8 posts

This script has no reviews.

Note: This script has no frontend, and requires you editing it in order to use it. If you would like to see a friendly interface, post your thoughts here. With enough, I might be convinced it could actually be worth the time.

To Use:

  1. Inspect the page to find your calendar checkbox ID's
    e.g. <input id="checkbox-bnApfkeFKSlzRqieQUe" ... >
  2. Add all of your checkbox ID's to the script under the line labeled "// Declare all of your checkboxes here"
  3. Create a new view following the format provided in the script (The number in views[0] must be unique or your views will be overwritten)
    // Example
    views[0] = {
    	name: 'Work',
    	items: [work, appointments]
    };