Hi,
is there a way to find specific events occurring within a time frame
(or the actual event for a given time) from biweekly ICal? In iCal4j
library one can use filters to filter components within a specified
period.
Thank you.
Jan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry, biweekly cannot do this. :( You would have to manually iterate through each event, and check to see if the event's start/end time falls within the given range.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
is there a way to find specific events occurring within a time frame
(or the actual event for a given time) from biweekly ICal? In iCal4j
library one can use filters to filter components within a specified
period.
Thank you.
Jan
Sorry, biweekly cannot do this. :( You would have to manually iterate through each event, and check to see if the event's start/end time falls within the given range.