Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```