A service for filtering iCalendar collections using iCal4j filter expressions
NOTE: This library has been merged with ical4j-command and will receive no further updates.
ical4j-query/bin/ical4j-query calendar-collection -F ./Australian32Holidays.ics -X summary="Boxing Day"
Result:
BEGIN:VCALENDAR
BEGIN:VEVENT
UID:D41666AF-C414-11D6-BA97-003065F198AC
DTSTAMP:20020906T094459Z
SUMMARY:Boxing Day
RRULE:FREQ=YEARLY;INTERVAL=1;BYMONTH=12
DTSTART;VALUE=DATE:20021226
DTEND;VALUE=DATE:20021227
END:VEVENT
END:VCALENDAR