Skip to content

A service for filtering iCalendar collections using iCal4j filter expressions

License

Notifications You must be signed in to change notification settings

ical4j/ical4j-query

Repository files navigation

ical4j-query

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.

Examples

Find Boxing Day in a collection of public holidays

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

About

A service for filtering iCalendar collections using iCal4j filter expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published