|
Script Summary:
Have several calendars? Stop clicking and create views in Google's calendar application |
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:
- Inspect the page to find your calendar checkbox ID's
e.g.<input id="checkbox-bnApfkeFKSlzRqieQUe" ... > - Add all of your checkbox ID's to the script under the line labeled "
// Declare all of your checkboxes here" - 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] };





