https://github.com/prokopsimek/google-calendar-description-prefiller
This Google Chrome extension prefills the description field when creating events in Google Calendar.
https://github.com/prokopsimek/google-calendar-description-prefiller
brave-extension chrome-extension extension-chrome google-calendar productivity
Last synced: 4 months ago
JSON representation
This Google Chrome extension prefills the description field when creating events in Google Calendar.
- Host: GitHub
- URL: https://github.com/prokopsimek/google-calendar-description-prefiller
- Owner: prokopsimek
- License: apache-2.0
- Created: 2023-06-01T10:18:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-02T06:04:51.000Z (about 2 years ago)
- Last Synced: 2025-01-06T09:46:13.981Z (5 months ago)
- Topics: brave-extension, chrome-extension, extension-chrome, google-calendar, productivity
- Language: JavaScript
- Homepage: https://github.com/prokopsimek/google-calendar-description-prefiller
- Size: 2.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Google Calendar Description Prefiller
This is a simple script that will prefill the description of a Google Calendar event with a template.
![]()
## Installation
1. Go to the [Google Web Store](https://chrome.google.com/webstore/detail/google-calendar-descripti/coojcmcomfnjnpeejpnojnokdjackihp/)
2. Click "Add to Chrome"## Configuration
1. Click on icon of the extension in the top right corner of your browser
2. Click on "Options"
3. Enter your templates in the text box
4. Click "Save"## Usage
1. Go to [Google Calendar](https://calendar.google.com/)
2. Click on the "Create" button
3. Click on "Add description"
4. Choose a template from the dropdown and see the description get filled in
## Development
- Clone the repo
- Run `yarn install`
- Run `yarn dev` to start the development server with Tailwind CSS and watch for changes## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/)