Chrome extension that visually merges the same event on multiple Google Calendars into one event.
Download for Chrome, for FireFox or install with Greasemonkey
For reference, here's the last commit before changing to support the newer UI.
Run build
to create zip file for Chrome and FF.
To test this extension locally while it's pending Chrome Web Store approval:
-
Clone this repository:
git clone https://github.com/chizovation/gcal-multical-event-merge.git cd gcal-multical-event-merge
-
Open Chrome and go to the Extensions page:
- Type
chrome://extensions
in the address bar, or - Click the three dots menu → More Tools → Extensions
- Type
-
Enable Developer Mode:
- Toggle the "Developer mode" switch in the top right corner
-
Load the extension:
- Click "Load unpacked"
- Navigate to the cloned repository folder
- Click "Select Folder"
-
The extension should now be active:
- You'll see the extension icon in your toolbar
- Visit Google Calendar to test the functionality
- Click the extension icon to toggle event merging on/off
Note: When testing locally, Chrome will show a warning about running in developer mode. This is normal for unpacked extensions.