Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dilawar/ical-desktop-notification
Given a ical link, send desktop notification when an event is about to occur
https://github.com/dilawar/ical-desktop-notification
Last synced: about 2 months ago
JSON representation
Given a ical link, send desktop notification when an event is about to occur
- Host: GitHub
- URL: https://github.com/dilawar/ical-desktop-notification
- Owner: dilawar
- License: mit
- Created: 2024-10-13T17:46:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:32:32.000Z (about 2 months ago)
- Last Synced: 2024-11-07T22:29:54.364Z (about 2 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Given the ical url of a calendar, this application sends a desktop notificaiton
when an event is about to occur (in 3 minutes).You can either set the environment variable `ICAL_CALENDAR_URL` or pass it at
command line e.g. `cargo run -- `.Thats all this app does!
## How to deploy on Windows
- Build in release mode `cargo b --release`. The debug build always opens a console window.
- Move the binary to your favrite location e.g. `C:\tools`.
- Open "Task Scheduler" and create a basic task with this binary path and ical url as argument.
Launch it on startup.