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.
The following is required:
- Chrome
- Go to Event Catcher
- 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
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.
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.
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.
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
March 23, 2025
For further inquiries, please contact [email protected]