Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Add-Event-To-Google-Calendar

GitHub GitHub last commit GitHub issues

A Chrome extension that lets you save selected text as events to Google Calendar with right-click functionality.

Demo

Features

  • Right-click any selected text to save to calendar
  • Beautiful popup form for event details
  • Direct integration with Google Calendar
  • Privacy-focused - no data collection
  • Fast and lightweight

Installation

Since this extension is not on Chrome Web Store, you need to install it manually:

  1. Download the extension

    • Click the Code button above and select "Download ZIP"
    • Extract the ZIP file to a folder
  2. Load in Chrome

    • Open Chrome and go to chrome://extensions/
    • Enable "Developer mode" (toggle in top-right)
    • Click "Load unpacked"
    • Select the src folder from the extracted files
  3. Start using!

    • Select text on any webpage
    • Right-click and choose "Save to Google Calendar"
    • Fill in event details and save

How to Use

  1. Select text on any webpage
  2. Right-click and choose "Save to Google Calendar"
  3. Customize event details in the popup
  4. Click "Save to Calendar" to open Google Calendar
  5. Review and save your event in Google Calendar

Screenshots

Right-click Menu Event Popup Full Display
Right-click Popup Calendar

Privacy

This extension:

  • Does NOT collect any personal data
  • Does NOT send data to external servers
  • Only communicates with Google Calendar when you save events
  • Stores all data locally on your device

For details, see PRIVACY.md

Development

File Structure

└── 📁docs
    └── 📁screenshots
        ├── full-display-popup.png
        ├── pop-up.png
        ├── right-click.png
    ├── INSTALL.md
    ├── PRIVACY.md
    ├── README.md
└── 📁src
    └── 📁icons
        ├── icon128.png
    ├── background.js
    ├── content.js
    ├── manifest.json
    ├── popup.html
    ├── popup.js
    ├── styles.css
└── LICENSE

Building

No build process required! This is a pure JavaScript extension.

Support

  • Issues: Create an issue in this repository
  • Questions: Check the FAQ below

FAQ

Q: Want Demo? A: Have a look

Q: Is this extension safe?
A: Yes! The code is open source and doesn't collect any data.

Q: Why isn't it on Chrome Web Store?
A: To avoid the $5 developer fee and keep it completely free.

Q: Can I contribute?
A: Yes! Feel free to fork and submit pull requests.

License

MIT License - see LICENSE file for details.


Note: This extension requires manual installation since it's not on Chrome Web Store. But if you wish to fund me, you are always welcome :)

About

Chrome Extension to add event directly to google calendar

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages