Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-05T16:09:01.000Z (almost 4 years ago)
- Last Synced: 2024-06-20T15:51:14.049Z (5 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- 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
```