KoljaWindeler / ics

Integration that displays the next event of an ics link (support reoccuring events)
51 stars 12 forks source link

Add regex to filter events #44

Closed vondraussen closed 2 years ago

vondraussen commented 2 years ago

This will add regex to filter events. I need this as I have to filter for Papier on a calendar which contains Papier and Papier 4 Rad. So starts_with would not work here.

KoljaWindeler commented 2 years ago

Thanks