Skip to content

This is a Chrome extension that scans emails and generate calendar links automatically, so there's no more need to manually enter event details like time and location.

Notifications You must be signed in to change notification settings

imleznupar/EventCatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Catcher

This is a Chrome extension that scans emails and generate calendar links automatically, so there's no more need to manually enter event details like time and location.

Requirements

The following is required:

  • Chrome

Usage

  1. Go to Event Catcher
  2. Click "Add to Chrome"

NOTE:

  • If you don't see the add-event icon in Gmail, try reopening Gmail with this link
  • Currently, only works when Gmail's "Reading Panel" is set to "No Split"
  • "Open All Events" require pop-ups allowed

How it works

Read Email

First, it has to be able to read the content of the email to detect events. When the user, opens an email, it uses HTML parsing to get the body of the email, along with other metadata such as the email title and timestamp.

Detect Events

The content of the email is sent to the backend, where it utilizes the power of LLM to detect events. Each event is output in a structured way in JSON. This make our lives easier when we are generating calendar links in the next step.

Generate Calendar Link

Finally, using the JSON response, we can easily generate a Google Calendar event with an URL that contains the title, start/end time, and other details about the event.

Version History

Version 1.1

March 31, 2025

Bugs fixed

  • Email too long
  • Not working with older/newer buttons

Features added

  • Read entire email threads
  • Open all events
  • Task labels

Version 1.0

March 23, 2025

Acknowledgements

For further inquiries, please contact [email protected]

About

This is a Chrome extension that scans emails and generate calendar links automatically, so there's no more need to manually enter event details like time and location.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published