Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vimode/add-to-calendar
https://github.com/vimode/add-to-calendar
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vimode/add-to-calendar
- Owner: vimode
- Created: 2023-12-27T11:12:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T09:25:12.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:11:10.279Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_This is an extension was created just to understand the structure for browser extensions on Firefox as well as Chromium based browsers_
# Add to Calendar
Adds a new context menu item which lets you add the highlighted text from any webpage to google calendar.
## What it does
![Extension context menu screenshot in Firefox](images/screenshot-1.png)
If you highlight a text and Add it to calendar, it will open a new tab and open the new Entry page in Google Calendar with selected text as title.
If you highlight a numerical date and Add it to calendar, it will open a new tab and open the new Entry page in Google calendar with the selected date as the event date.
## Issues
- As of now it can only parse numerical date formats, cannot parse date format that has month in text format.
- The numerical format can understand dates starting from YYYY or MM or DD but cannot distinguish between DD and MM, so date format which is buggy.
- Need to understand how to make a proper package for both browser engines.