https://github.com/suhlig/ical-filter
Reads iCal events and prints them unless they contain a given string
https://github.com/suhlig/ical-filter
Last synced: 4 months ago
JSON representation
Reads iCal events and prints them unless they contain a given string
- Host: GitHub
- URL: https://github.com/suhlig/ical-filter
- Owner: suhlig
- License: mit
- Created: 2020-11-04T19:22:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T16:09:01.000Z (over 4 years ago)
- Last Synced: 2025-03-23T23:52:56.776Z (4 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# iCal-Filter
Reads iCal events and prints them unless they contain a given string. I use this in a pipe to filter unwanted events:
```command
# Fetch the NASA calendar and remove all SpaceX events
$ curl https://www.nasa.gov/templateimages/redesign/calendar/iCal/nasa_calendar.ics | ical-filter --skip SpaceX
```