https://github.com/zmoog/ical
Opinionated ICS / ICal CLI tool
https://github.com/zmoog/ical
Last synced: about 1 year ago
JSON representation
Opinionated ICS / ICal CLI tool
- Host: GitHub
- URL: https://github.com/zmoog/ical
- Owner: zmoog
- License: other
- Created: 2025-02-23T20:17:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-03T08:09:30.000Z (about 1 year ago)
- Last Synced: 2025-04-03T09:23:46.791Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ical
Opinionated ICS / ICal CLI tool
## Usage
List the upcoming events from an ICS calendar.
```bash
➜ ical list --url https://ics.fixtur.es/v2/torino.ics
Start | End | Summary
2025-03-15 20:45 | 2025-03-15 22:30 | Torino - Empoli FC
2025-03-31 20:45 | 2025-03-31 22:30 | S.S. Lazio - Torino
2025-04-06 15:00 | 2025-04-06 16:45 | Torino - Hellas Verona FC
2025-04-13 15:00 | 2025-04-13 16:45 | Como - Torino
2025-04-20 15:00 | 2025-04-20 16:45 | Torino - Udinese
2025-04-27 15:00 | 2025-04-27 16:45 | Napoli - Torino
2025-05-04 15:00 | 2025-05-04 16:45 | Torino - Venezia
2025-05-11 15:00 | 2025-05-11 16:45 | Torino - Inter
2025-05-18 15:00 | 2025-05-18 16:45 | Lecce - Torino
2025-05-25 15:00 | 2025-05-25 16:45 | Torino - AS Roma
```