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: 8 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:32:32.000Z (12 months ago)
- Last Synced: 2025-01-04T14:14:13.945Z (10 months ago)
- Language: Rust
- Size: 18.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.