-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
Description
Thank you so much for this amazing Library.
We have a use case where i want to remove all the dates that are present inside an RSet giving a period of time.
For example a new DatePeriod() object giving a start and end. i want to then remove all the dates from the Rset.
At first we thought we could use addExDate but this doesnt work, because apperantly u have to have the exact date and not just the date to remove..
To clarfiy, i dont have the exact timestamp of the Dates inside Rset , but i do want to remove all the dates that are inside the DatePeriod.
Can i manually iterate Rset and remove the dates.. wasnt sure it is the expected behavior/...
Any help would be appreciated and many thanks again for your hard work