mangstadt / biweekly

biweekly is an iCalendar library written in Java.
BSD 2-Clause "Simplified" License
323 stars 44 forks source link

query events #110

Closed PhantomLord72 closed 2 years ago

PhantomLord72 commented 3 years ago

Actually is it possibile to query an iCalendar object to list all events from a certain date? Plus all recurring calculated events

mangstadt commented 3 years ago

No, biweekly does not have any such feature. You would have to manually iterate through each event and implement that logic yourself.

raboof commented 7 months ago

thanks for a great library!

would such a feature be welcome as a contribution or do you consider it out of scope for biweekly?

mangstadt commented 7 months ago

Out of scope. :)