Last updated: 2026-06-29
Google Calendar Event Creator ("the extension") is a browser extension that extracts event details (name, date/time, location, description) from the page you are currently viewing and opens a pre-filled Google Calendar event in a new browser tab.
The extension does not collect, store, transmit, sell, or share any personal or user data. All processing happens locally, in your browser, on the page you choose.
- When you click the extension on an event page, it reads the content of that page (its DOM) to find event details such as the title, date and time, location, and description.
- It uses those details to build a Google Calendar "create event" URL
(
https://calendar.google.com/calendar/render?action=TEMPLATE&...) entirely on your device. - It opens that URL in a new tab. The event details are passed to Google Calendar by your own browser navigating to that URL — the same as if you had typed the link yourself. You then review and choose whether to save the event.
The extracted details exist only in your browser's memory while the extension popup is open and are discarded afterwards.
- It does not send any data to the developer or to any third-party server.
- It makes no network requests of its own. (It loads only resources bundled inside the extension package.)
- It does not use cookies,
localStorage,chrome.storage, or any other persistent storage. Nothing is saved between uses. - It does not include any analytics, advertising, tracking, or third-party SDKs.
- It does not collect personally identifiable information, authentication credentials, browsing history, or location data.
The extension requests only the minimum permissions needed to work:
activeTabandscripting— to read the content of the current tab only when you explicitly click the extension, so it can extract the event details from that page.declarativeContent— to let the browser color the toolbar icon (green on a supported site, blue elsewhere) by matching the page's host against a fixed list of patterns. The extension never reads your browsing history or your tabs' URLs.
These permissions are used solely for the functionality described above.
Opening the generated link sends the event details to Google Calendar through your own browser session. Your use of Google Calendar is governed by Google's Privacy Policy. This extension is not affiliated with or endorsed by Google.
If the extension's data practices ever change, this policy will be updated and the "Last updated" date above will be revised.
Questions about this privacy policy can be sent to: Dev@MissingBulb.com