thp / urlwatch

Watch (parts of) webpages and get notified when something changes via e-mail, on your phone or via other means. Highly configurable.
https://thp.io/2008/urlwatch/
Other
2.82k stars 352 forks source link

Feature Request: ical2text filter time range #643

Closed 0xErnie closed 3 years ago

0xErnie commented 3 years ago

I use urlwatch to get changes in my uni callendar. From time to time I get notifications for events from the past.

I would like to define a relative (now until now + 6m) or static (2021-01-01 until 2021-12-31) time range and ignore all other changes.

As I understand a static filter can be implemented via grep/grepi and relative filter could lead to changes am I right?

example of a static filter:

 - ical2text
 - grep: "^2021-"
0xErnie commented 3 years ago

Ok, it seems to me like this can all be done via diff_filter and shellpipe.

I will close this now.